Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanrjc authored Apr 11, 2024
1 parent a81c19e commit f5f5f75
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 @@ -22,6 +22,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been inactive for 60 days and is now marked as stale. It will be closed in 7 days without further activity.'
stale-pr-message: 'This PR has been inactive for 60 days and is now marked as stale. It will be closed in 7 days without further activity.'
stale-pr-message: "This PR has been inactive for 60 days and is now marked as stale. It will be closed in 7 days without further activity. We might have missed your issue, if you still have it, don't hesitate to comment again."
stale-issue-label: 'stale'
stale-pr-label: 'stale-PR'

0 comments on commit f5f5f75

Please sign in to comment.