Skip to content

Commit

Permalink
Development: Upgrade stale bot (#6383)
Browse files Browse the repository at this point in the history
  • Loading branch information
ge65cer committed Mar 25, 2023
1 parent 18659c5 commit b7df88f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pullrequest-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check for stale PRs
uses: actions/stale@v7
uses: actions/stale@v8
with:
days-before-stale: 7
days-before-close: 14
Expand All @@ -18,6 +18,7 @@ jobs:
remove-stale-when-updated: true
stale-pr-label: "stale"
exempt-pr-labels: "no-stale"
labels-to-remove-when-stale: "ready for review, ready to merge"
stale-pr-message: >
There hasn't been any activity on this pull request recently.
Therefore, this pull request has been automatically marked as stale
Expand Down

0 comments on commit b7df88f

Please sign in to comment.