stale #227
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". | |
name: stale | |
on: | |
schedule: | |
- cron: 0 1 * * * | |
workflow_dispatch: {} | |
jobs: | |
stale: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 | |
with: | |
days-before-stale: -1 | |
days-before-close: -1 | |
days-before-pr-stale: 14 | |
days-before-pr-close: 7 | |
stale-pr-message: 14 days have passed since this PR was opened, and I assume other builds have succeeded in the meantime. If no one removes the `stale` label or comments, I'm going to auto-close this PR in 7 days. | |
close-pr-message: I'm closing this PR automatically with the assumption that other builds have succeeded in the meantime. | |
stale-pr-label: stale | |
exempt-pr-labels: backlog | |
days-before-issue-stale: 45 | |
days-before-issue-close: 14 | |
stale-issue-message: 45 days have passed since this issue was opened, and I assume other publishes have succeeded in the meantime. If no one removes the `stale` label or comments, I'm going to auto-close this issue in 14 days. | |
close-issue-message: 2 months have passed, so I'm closing this issue with the assumption that other publishes have succeeded in the meantime. | |
stale-issue-label: stale | |
exempt-issue-labels: backlog |