Skip to content

Commit

Permalink
use "stale" label for PRs as well
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Benitah <[email protected]>
  • Loading branch information
danuw authored and helayoty committed Jun 16, 2023
1 parent caf8d9c commit 3e8ed3d
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 @@ -25,7 +25,7 @@ jobs:
close-issue-message: 'This issue has not had any activity for too long. If you believe this issue has been closed in error, please contact an administrator to re-open, or if absolutly relevant and necessary, create a new issue referencing this one. '
stale-pr-message: 'This a stale pull request. Please review, update or/and close as necessary.'
stale-issue-label: 'stale'
stale-pr-label: 'stale-pr'
stale-pr-label: 'stale'
days-before-issue-stale: 120 #4 months old - initial value aimed to be reduced in the short terms
days-before-issue-close: 20
days-before-pr-stale: 120

0 comments on commit 3e8ed3d

Please sign in to comment.