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

don't re-triage issues that are "help wanted" or "frozen" #34321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ periodics:
label:triage/accepted
-label:priority/important-soon
-label:priority/critical-urgent
-label:"help wanted"
-label:lifecycle/frozen
Copy link
Member Author

Choose a reason for hiding this comment

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

This is repeated three times because we currently have different durations depending on the priority/ label

I don't think the priority label is well-regularized or understood currently, for now I think we should make this change to all of the jobs, and revisit the priority concept later.

is:issue
- --updated=8760h
- --token=/etc/github-token/token
Expand Down Expand Up @@ -674,6 +676,8 @@ periodics:
-repo:kubernetes/steering
label:triage/accepted
label:priority/important-soon
-label:"help wanted"
-label:lifecycle/frozen
is:issue
- --updated=2160h
- --token=/etc/github-token/token
Expand Down Expand Up @@ -724,6 +728,8 @@ periodics:
-repo:kubernetes/steering
label:triage/accepted
label:priority/critical-urgent
-label:"help wanted"
-label:lifecycle/frozen
is:issue
- --updated=720h
- --token=/etc/github-token/token
Expand Down