You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,6 @@ on:
6
6
permissions:
7
7
issues: write
8
8
pull-requests: write
9
-
exempt-issue-labels:
10
-
- bug
11
-
- enhancement
12
-
exempt-pr-labels:
13
-
- bug
14
-
- enhancement
15
9
jobs:
16
10
stale:
17
11
runs-on: ubuntu-latest
@@ -23,3 +17,5 @@ jobs:
23
17
stale-pr-message: 'This PR is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days'
0 commit comments