Skip to content

Commit

Permalink
Update stale_bot.yml (#1271)
Browse files Browse the repository at this point in the history
- Changed the dates for more reasonable numbers, and updated the stale
output comment.
- Updated the label to the new version of e2e

Signed-off-by: JJ Asghar <[email protected]>
  • Loading branch information
jjasghar committed Aug 20, 2024
1 parent a311b81 commit 2dd145f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stale_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
with:
stale-issue-label: 'stale'
stale-issue-message: >
This issue has been automatically marked as stale because it has not had activity within 60 days.
It will be automatically closed if no further activity occurs within 31 days.
This issue has been automatically marked as stale because it has not had activity within 30 days.
It will be automatically closed if no further activity occurs within the next 31 days.
close-issue-message: >
This issue has been automatically closed due to inactivity.
days-before-issue-stale: 60
days-before-issue-stale: 30
days-before-issue-close: 31
stale-pr-label: 'stale'
stale-pr-message: >
This pull request has been automatically marked as stale because it has not had activity within 15 days.
It will be automatically closed if no further activity occurs within 31 days.
It will be automatically closed if no further activity occurs within the next 31 days.
close-pr-message: >
This pull request has been automatically closed due to inactivity.
days-before-pr-stale: 15
days-before-pr-close: 31
exempt-pr-labels: e2e-ready
exempt-pr-labels: community-build-ready

0 comments on commit 2dd145f

Please sign in to comment.