-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: add label replacement action #27231
Conversation
Update fork
Excellent, but can't we run this once, on demand, from a workstation? Why does it need to be a GHA? |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Yes, I had set this workflow up to be run once on-demand anyways. It does not necessarily need to be an action. |
Closing cuz it will take some additional work to get this up to snuff, and no one is available to do that right now. |
Draft: This is something I would like to do in the future. However, possible dependencies on our current labels (metrics, actions, etc) makes this something that does not need to be done at the moment.
This action replaces labels in the repository by renaming them. This changes the label at the repository level, so all issues and PRs with the label currently will be updated. It runs the action here scanlonp/github-action-replace-labels.
These specific parameters will update our area labels to reflect the repository restructure.
The action is on workflow dispatch, so it will only run when manually triggered.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license