Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Dec 2, 2024
1 parent 40b974a commit d05df88
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1 @@
name: Close Stale Issues & Pull Requests

on:
schedule:
- cron: '0 0 * * 5' # Run at midnight on Fridays

permissions:
issues: write
pull-requests: write

jobs:
close_stale_prs:
runs-on: ubuntu-latest
steps:
- name: Close stale pull requests
uses: actions/[email protected]

with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 180
days-before-pr-stale: 45
days-before-close: 0
close-issue-message: 'This issue has been automatically closed because it has been
inactive for more than 180 days. Please reopen and prioritize this for development if it is
essential.'
close-pr-message: 'This pull request has been automatically closed because it has been
inactive for more than 45 days. Please reopen and see this PR through its review if it is
essential.'

0 comments on commit d05df88

Please sign in to comment.