Skip to content

Commit

Permalink
Update close-old-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Asymtode712 authored May 29, 2024
1 parent 196d3e8 commit a8f618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-old-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/stale@v7
with:
repo-token: ${{ secrets.MY_GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This PR has been automatically closed due to inactivity from the owner for 15 days.'
days-before-pr-stale: 15
days-before-pr-close: 0
Expand Down

0 comments on commit a8f618b

Please sign in to comment.