Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch authored Dec 7, 2023
1 parent c653f50 commit 7594b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.STALE_PERSONAL_ACCESS_TOKEN }}
repo-token: ${{ github.token }}
days-before-issue-stale: 60
days-before-close: 7
stale-issue-message: 'This issue has been automatically marked as stale due to inactivity for 60 days. If this issue is still relevant, please respond with any updates or this issue will be closed in 7 days. If you believe this is a mistake, please comment to let us know. Thank you for your contributions.'
Expand Down

0 comments on commit 7594b63

Please sign in to comment.