Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cc5fd commit 892ff93Copy full SHA for 892ff93
1 file changed
.github/workflows/stale.yml
@@ -23,6 +23,8 @@ jobs:
23
stale-pr-label: 'stale'
24
days-before-stale: 30
25
days-before-close: -1
26
+ ascending: true
27
+ operations-per-run: 120
28
29
- name: "Check PRs with 'CLA not signed' label"
30
uses: actions/stale@v4
@@ -34,3 +36,5 @@ jobs:
34
36
close-pr-message: 'Closing this stale PR because the CLA is still not signed.'
35
37
38
days-before-close: 14
39
40
0 commit comments