Skip to content

Commit 711f0d8

Browse files
authored
Update stale.yml
1 parent 1dd4a88 commit 711f0d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Mark stale issues and pull requests
77

88
on:
99
schedule:
10-
- cron: '20 5 * * *'
10+
- cron: '00 14 * * *'
1111

1212
jobs:
1313
stale:
@@ -31,3 +31,4 @@ jobs:
3131
days-before-pr-close: 10
3232
stale-issue-label: 'stale'
3333
stale-pr-label: 'stale'
34+
exempt-issue-labels: 'pinned,security,critical,in progress,planned,backlog'

0 commit comments

Comments
 (0)