Update orca_bot.yml
This commit is contained in:
parent
efaf2f8e34
commit
7510eb6f72
1 changed files with 4 additions and 1 deletions
5
.github/workflows/orca_bot.yml
vendored
5
.github/workflows/orca_bot.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Orca bot
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
- cron: "*/5 * * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
|
@ -14,9 +14,12 @@ jobs:
|
|||
with:
|
||||
days-before-issue-stale: 90
|
||||
days-before-issue-close: 14
|
||||
operations-per-run: 200
|
||||
stale-issue-label: "stale"
|
||||
stale-issue-message: "GitHub bot: this issue is stale because it has been open for 90 days with no activity."
|
||||
close-issue-message: "GitHub bot: This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
remove-issue-stale-when-updated: true
|
||||
remove-pr-stale-when-updated: true
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue