Skip to content

Commit

Permalink
Update stale PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Medo-85 committed Dec 10, 2023
1 parent dab5271 commit 296b5a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# This workflow warns and then closes PRs that have had no activity for a specified amount of time.
# This workflow warns and then closes PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
Expand All @@ -8,15 +8,15 @@ name: Mark stale pull requests

on:
schedule:
- cron: '30 23 * * *'
- cron: '30 23 */4 * *'

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write

steps:
- uses: actions/stale@v8
with:
Expand All @@ -25,4 +25,3 @@ jobs:
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
days-before-pr-stale: 30
days-before-pr-close: 7

0 comments on commit 296b5a9

Please sign in to comment.