|
28 | 28 | echo "Closing #$pr..." |
29 | 29 | gh pr close --comment "Auto-closing Copybara pull request" --delete-branch "$pr" |
30 | 30 | done |
| 31 | +
|
| 32 | + stale-others: |
| 33 | + name: Close stale non-copybara PRs and issues |
| 34 | + runs-on: ubuntu-latest |
| 35 | + steps: |
| 36 | + - uses: actions/stale@b69b346013879cedbf50c69f572cd85439a41936 |
| 37 | + with: |
| 38 | + stale-issue-message: > |
| 39 | + We triage inactive PRs and issues in order to make it easier to find |
| 40 | + active work. If this issue should remain active or becomes active |
| 41 | + again, please add a comment. |
| 42 | +
|
| 43 | +
|
| 44 | + This issue is labeled `inactive` because the last activity was over |
| 45 | + 90 days ago. |
| 46 | + close-pr-message: > |
| 47 | + We triage inactive PRs and issues in order to make it easier to find |
| 48 | + active work. If this issue should remain active or becomes active |
| 49 | + again, please reopen it. |
| 50 | +
|
| 51 | +
|
| 52 | + This issue was closed and archived because there has been no new |
| 53 | + activity in the 14 days since the `inactive` label was added. |
| 54 | + stale-pr-message: > |
| 55 | + We triage inactive PRs and issues in order to make it easier to find |
| 56 | + active work. If this PR should remain active, please add a comment. |
| 57 | +
|
| 58 | +
|
| 59 | + This PR is labeled `inactive` because the last activity was over 90 |
| 60 | + days ago. This PR will be closed and archived after 14 additional |
| 61 | + days without activity. |
| 62 | + close-pr-message: > |
| 63 | + We triage inactive PRs and issues in order to make it easier to find |
| 64 | + active work. If this PR should remain active or becomes active |
| 65 | + again, please reopen it. |
| 66 | +
|
| 67 | +
|
| 68 | + This PR was closed and archived because there has been no new |
| 69 | + activity in the 14 days since the `inactive` label was added. |
| 70 | + stale-issue-label: 'inactive' |
| 71 | + stale-pr-label: 'inactive' |
| 72 | + days-before-stale: 90 |
| 73 | + days-before-close: 14 |
| 74 | + operations-per-run: 100 |
0 commit comments