ci: Add workflow to label PRs touching develop-docs/sdk#16819
Merged
ci: Add workflow to label PRs touching develop-docs/sdk#16819
Conversation
Automatically applies the sdk-develop-docs label when a PR is opened with changes under develop-docs/sdk/. Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Switch pull_request to pull_request_target so the workflow runs with write permissions and can apply labels to PRs from forks. Also add sdk-develop-docs to labels.yml so github-label-sync does not delete the label on the next sync run. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
🏷 The following changes will be made to the repository labels |
chargome
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
Adds a minimal GitHub Actions workflow that automatically applies the
sdk-develop-docslabel when a PR is opened with changes underdevelop-docs/sdk/.The path filter is set directly on the trigger, so no extra steps or conditions are needed in the job itself.
IS YOUR CHANGE URGENT?
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: