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

Add an action that labels new issues for triage #1039

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

qinsoon
Copy link
Member

@qinsoon qinsoon commented Dec 6, 2023

This PR adds an action which is triggered when an issue is created or is edited. If there is no P-* labels on the issue, it automatically adds a F-triage label ( F-triage Call For Participation: Triage ).

This action will not add F-triage for current issues. However, we could manually go through the list of issues that have no priority assigned by filtering with is:issue is:open -label:P-low -label:P-normal -label:P-high -label:P-critical (https://github.com/mmtk/mmtk-core/issues?q=is%3Aissue+is%3Aopen+-label%3AP-low+-label%3AP-normal+-label%3AP-high+-label%3AP-critical), and add F-triage for them.

This PR is not tested. But it simply uses a third-party action and it should work fine.

@qinsoon qinsoon marked this pull request as ready for review January 17, 2024 02:32
@qinsoon qinsoon requested a review from wks January 17, 2024 02:32
@qinsoon
Copy link
Member Author

qinsoon commented Jan 29, 2024

@wks Can you review this PR as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant