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/triage-stale-check.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ jobs:
13
13
with:
14
14
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
15
stale-pr-message: 'A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days.'
16
-
days-before-pr-stale: 7
17
-
days-before-pr-close: 3
16
+
days-before-stale: 7
17
+
days-before-close: 3
18
18
stale-pr-label: 'stale'
19
19
exempt-pr-labels: 'waiting for review'
20
20
stale_staff:
@@ -25,8 +25,8 @@ jobs:
25
25
with:
26
26
repo-token: ${{ secrets.GITHUB_TOKEN }}
27
27
stale-pr-message: 'This is a gentle bump for the docs team that this PR is waiting for review.'
28
-
days-before-pr-stale: 14
29
-
days-before-pr-close: -1# Never close
28
+
days-before-stale: 14
29
+
days-before-close: -1# Never close
30
30
only-labels: 'waiting for review'
31
31
# The hope is that by setting the stale-pr-label to the same label
32
32
# as the label that the stale check looks for, this will result in
0 commit comments