Skip to content

Commit 9975bc8

Browse files
authored
ci: Fix stalebot config (tendermint#131)
I noticed that stalebot wasn't respecting our `wip` label, only to realize I hadn't yet updated its config. --- #### PR checklist - [x] Tests written/updated, or no tests needed - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed - [x] Updated relevant documentation (`docs/`) and code comments, or no documentation updates needed
1 parent dca9ecf commit 9975bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
days-before-close: -1
1818
days-before-pr-stale: 10
1919
days-before-pr-close: 4
20-
exempt-pr-labels: "S:wip"
20+
exempt-pr-labels: "wip"

0 commit comments

Comments
 (0)