Skip to content
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

Conditionally add 'triage' label to new issues #6061

Merged
merged 3 commits into from
May 21, 2024

Conversation

zeme-wana
Copy link
Contributor

Add triage label only when the issue does not have any of the 'Internal' labels.

@zeme-wana zeme-wana added the No Changelog Required Add this to skip the Changelog Check label May 20, 2024
Copy link
Contributor

@effectfully effectfully left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea what the JS code does, so LGTM. Thank you!

script: |
const INTERNAL_LABELS = ["Internal"];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add here status: triaged as well.

(it really should be status: triaged only, but since I can't convince folks to follow the process, we'll probably have to rework it, so let's keep Internal as well)

@zeme-wana zeme-wana changed the title Continually add 'triage' label to new issues Conditionally add 'triage' label to new issues May 20, 2024
@zeme-wana zeme-wana merged commit ef97537 into master May 21, 2024
7 checks passed
@zeme-wana zeme-wana deleted the add-triage-label-improved branch May 21, 2024 08:35
@zeme-wana zeme-wana linked an issue May 21, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No Changelog Required Add this to skip the Changelog Check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify add-triage-label.yaml workflow
2 participants