Skip to content

Commit 4a1bf61

Browse files
authored
Prevent stale bot from running more than one at a time
1 parent b9420c5 commit 4a1bf61

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/stale.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
schedule:
77
- cron: '42 1 * * *'
88

9+
concurrency:
10+
group: stale
11+
912
jobs:
1013
stale:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)