Skip to content

Commit

Permalink
Update stale-issues-bot.yml (#2880)
Browse files Browse the repository at this point in the history
* Update stale-issues-bot.yml

* Update stale-issues-bot.yml
  • Loading branch information
ribeiroguilherme authored Oct 1, 2024
1 parent a4393e3 commit 9c12206
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/stale-issues-bot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Close Stale Issues
name: Github Stale Issues Check

on:
schedule:
- cron: '0/30 * * * *' # Run every day at midnight
- cron: '0 0 * * *' # Run every day at midnight

jobs:
close_stale_prs:
Expand All @@ -11,8 +11,8 @@ jobs:
- name: Close stale issues
uses: actions/stale@v9
with:
any-of-labels: 'testing bot'
stale-issue-message: 'This issue is stale because it has been open 1 days with no activity. Remove stale label or comment or this will be closed in 2 days.'
close-issue-message: 'This issue was closed because it has been stalled for 2 days with no activity.'
days-before-issue-stale: 1
days-before-issue-close: 2
any-of-labels: 'Needs more info'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment on this issue otherwise it will be closed in 7 days.'
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
days-before-issue-stale: 30
days-before-issue-close: 7

0 comments on commit 9c12206

Please sign in to comment.