Skip to content

Commit

Permalink
ci: Fix stalebot config (tendermint#131)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thanethomson committed Jan 17, 2023
1 parent dca9ecf commit 9975bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
days-before-close: -1
days-before-pr-stale: 10
days-before-pr-close: 4
exempt-pr-labels: "S:wip"
exempt-pr-labels: "wip"

0 comments on commit 9975bc8

Please sign in to comment.