Update orca_bot.yml

This commit is contained in:
SoftFever 2023-11-06 13:07:30 +08:00 committed by GitHub
parent efaf2f8e34
commit 7510eb6f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}