We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b206e3 commit 75a6af7Copy full SHA for 75a6af7
prow/overlays/cnv-prod/labels_operate-first.yaml
@@ -275,6 +275,12 @@ default:
275
prowPlugin: label
276
addedBy: anyone
277
278
+ - color: 8fc951
279
+ description: Indicates an issue or PR is ready to be actively worked on.
280
+ name: triage/accepted
281
+ target: both
282
+ prowPlugin: label
283
+ addedBy: org members
284
- color: d455d0
285
description: Indicates an issue is a duplicate of other open issue.
286
name: triage/duplicate
prow/overlays/cnv-prod/plugins.yaml
@@ -30,6 +30,7 @@ label:
30
- tide/merge-method-merge
31
- tide/merge-method-rebase
32
- tide/merge-method-squash
33
+ - triage/accepted
34
- triage/duplicate
35
- triage/needs-information
36
- triage/not-reproducible
0 commit comments