-
Notifications
You must be signed in to change notification settings - Fork 37
Add remove-labels safe output #10929
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
Conversation
Co-authored-by: eaftan <4733401+eaftan@users.noreply.github.com>
Co-authored-by: eaftan <4733401+eaftan@users.noreply.github.com>
Co-authored-by: eaftan <4733401+eaftan@users.noreply.github.com>
|
|
https://gh.io/copilot-coding-agent-docs update smoke copilot to remove the "smoke" label from the current pull request |
|
@copilot update smoke copilot to remove the "smoke" label from the current pull request |
|
@copilot update smoke copilot to remove the "smoke" label from the current pull request |
|
@copilot update smoke copilot to remove the "smoke" label from the current pull request |
|
@copilot merge main, format, lint |
|
@copilot merge main, format, lint |
|
@copilot update smoke copilot to remove the "smoke" label from the current pull request |
Adds a
remove-labelssafe output that allows agentic workflows to remove labels from issues and pull requests. This complements the existingadd-labelssafe output.Changes
pkg/workflow/remove_labels.go): Config struct and parsing logic followingadd-labelspatternactions/setup/js/remove_labels.cjs): Processesremove_labelsmessages, gracefully skips labels not present on the itemmain_workflow_schema.jsonandsafe_outputs_tools.jsonUsage
Supports same options as
add-labels:max,allowed,target,target-repo,github-token.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.