| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,8 @@ jobs: | |||
| 23 | 23 | stale-pr-label: 'stale' | |
| 24 | 24 | days-before-stale: 30 | |
| 25 | 25 | days-before-close: -1 | |
| 26 | + ascending: true | ||
| 27 | + operations-per-run: 120 | ||
| 26 | 28 | ||
| 27 | 29 | - name: "Check PRs with 'CLA not signed' label" | |
| 28 | 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 | days-before-stale: 30 | |
| 36 | 38 | days-before-close: 14 | |
| 39 | + ascending: true | ||
| 40 | + operations-per-run: 120 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments