-
Notifications
You must be signed in to change notification settings - Fork 11
chore(scopes): fix examples #9910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(scopes): fix examples #9910
Conversation
There is a typo in the examples, this fixes it. Change-Id: I137858e52ba825d0ee96cb7139eab207e55f1050
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR corrects a typo in GitHub Actions workflow examples across multiple documentation files. The action parameter was incorrectly specified as git-refs when it should be scopes-git-refs.
Changes:
- Updated action parameter from
git-refstoscopes-git-refsin workflow examples
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/content/docs/merge-queue/scopes/turborepo.mdx | Fixed action parameter in Turborepo scopes workflow example |
| src/content/docs/merge-queue/scopes/others.mdx | Fixed action parameter in generic build tools scopes workflow example |
| src/content/docs/merge-queue/scopes/nx.mdx | Fixed action parameter in Nx scopes workflow example |
| src/content/docs/merge-queue/scopes/bazel.mdx | Fixed action parameter in Bazel scopes workflow example |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge Queue Status✅ The pull request has been merged at 611a3c8 This pull request spent 2 minutes 25 seconds in the queue, including 1 minute 45 seconds running CI. Required conditions to merge
|
There is a typo in the examples; this change fixes it.