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
+1-15
Original file line number
Diff line number
Diff line change
@@ -14,27 +14,13 @@ jobs:
14
14
runs-on: ubuntu-latest
15
15
16
16
steps:
17
-
- name: "Check PRs with 'CLA signed' label"
17
+
- name: "Check PRs"
18
18
uses: actions/stale@v4
19
19
with:
20
20
repo-token: ${{ secrets.GITHUB_TOKEN }}
21
-
only-pr-labels: 'CLA signed'
22
21
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
23
22
stale-pr-label: 'stale'
24
23
days-before-stale: 30
25
24
days-before-close: -1
26
25
ascending: true
27
26
operations-per-run: 120
28
-
29
-
- name: "Check PRs with 'CLA not signed' label"
30
-
uses: actions/stale@v4
31
-
with:
32
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
33
-
only-pr-labels: 'CLA not signed'
34
-
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. If the CLA is not signed within 14 days, it will be closed. See also https://devguide.python.org/pullrequest/#licensing'
35
-
stale-pr-label: 'stale'
36
-
close-pr-message: 'Closing this stale PR because the CLA is still not signed.'
0 commit comments