-
Notifications
You must be signed in to change notification settings - Fork 444
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 action to auto update labels on comments #3194
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
…nity.netcode.gameobjects into chore/add_auto_labeler
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that it's super nice if we can have this automation (in contrast to running tool manually) but I wonder about few things
- I would argue that after closing the issue some labels (like type: or "stat:imported" or port: or priority: or "regression") can be useful from "history tracking perspective" so I wonder if we could remove all BUT those for example
- With the "autolabel" workflow I believe that at the end we came to the conclusion that "stat:awaiting response" label should be set manually (to avoid adding this label when not really waiting for response but rather commenting on the thread)
What I was thinking in general are the following rules (included in this manual tool):
- Remove "stat:awaiting triage", "stat:awaiting response" and "stat:Investigating" labels from closed issues (this list could be expanded or modified depending on which labels we want to keep/remove)
- When a person is assigned to an issue, the "stat:awaiting triage" label should be removed. IF label “import” or “imported” is not present then label “stat:Investigating” should be added
- When an issue is not assigned to anyone (someone de-assigned) label “stat:awaiting triage” should be added. IF label “import” or “imported” is not present then label “stat:Investigating” should be removed
- When label “import” or “imported” is present then labels “stat:awaiting triage” and “stat:Investigating” should not be present
- When "stat:awaiting response" is present but Issue owner replied to the thread after this label was added, remove it. (This means that we are no longer waiting for the answer)
- When an issue has “stat:awaiting response” tag for two months, add a “stale” tag.
- When the issue has “stale” label for two months (four months in total with no response) report it (somehow) so it may be potentially closed.
Does this make sense? Could something like this be implemented in GitHub workflow?
…hnologies/com.unity.netcode.gameobjects into chore/add_auto_labeler
… from closed issues
Adding Github action that will auto-update labels on Issues.