Skip to content

Commit

Permalink
Chore: Bump stale bot version and exclude certain cases (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi authored Feb 5, 2024
1 parent 379db81 commit f3f577c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stale-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Close stale spull requests"
name: "Close stale pull requests"
on:
schedule:
- cron: "12 3 * * *" # arbitrary time not to DDOS GitHub
Expand All @@ -7,11 +7,12 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 7 days.'
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
exempt-pr-labels: 'release:after-ga'
exempt-pr-labels: 'bug,work in progress,experts needed'
exempt-draft-pr: true
days-before-stale: 15
days-before-close: 7

0 comments on commit f3f577c

Please sign in to comment.