stale #737
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: 8 1 * * * | |
workflow_dispatch: {} | |
jobs: | |
stale: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e | |
with: | |
days-before-stale: -1 | |
days-before-close: -1 | |
days-before-pr-stale: 1 | |
days-before-pr-close: 0 | |
stale-pr-message: Closing this PR, if it has not merged there is most likely a CI or CDKTF issue preventing it from merging. If this has been a manual PR, please reopen it and add the `no-auto-close` label to prevent this from happening again. | |
close-pr-message: Closing this pull request as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "no-auto-close" label. | |
stale-pr-label: stale | |
exempt-pr-labels: no-auto-close | |
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 |