Skip to content

Commit

Permalink
Update orca_bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever authored Nov 6, 2023
1 parent efaf2f8 commit 7510eb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/orca_bot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Orca bot
on:
schedule:
- cron: "30 1 * * *"
- cron: "*/5 * * * *"

jobs:
close-issues:
Expand All @@ -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 }}

0 comments on commit 7510eb6

Please sign in to comment.