Skip to content

Commit

Permalink
workflow: exempt some KV issues from being marked as stale
Browse files Browse the repository at this point in the history
The KV workflow introduced in cockroachdb#75614 will mark KV test failure issues
with label `X-stale`, to be closed after 5 days unless they also have
the `X-nostale` label.  This change updates the KV workflow to not mark
KV issues with `X-nostale` as stale in the first place, to enable the
use case where there is active work going on.

Release note: None
  • Loading branch information
AlexTalks authored and RajivTS committed Mar 6, 2022
1 parent 127fe87 commit 1069743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kv-test-failure-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
days-before-issue-stale: 30
days-before-close: 5
only-labels: 'T-kv,C-test-failure'
exempt-issue-labels: 'skipped-test'
exempt-issue-labels: 'skipped-test,X-nostale'

0 comments on commit 1069743

Please sign in to comment.