Skip to content

Commit

Permalink
Prevent stale bot from running more than one at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal authored Oct 24, 2024
1 parent b9420c5 commit 4a1bf61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
schedule:
- cron: '42 1 * * *'

concurrency:
group: stale

jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4a1bf61

Please sign in to comment.