stale #119
This file contains hidden or 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.ts 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@v4 | |
| with: | |
| days-before-stale: -1 | |
| days-before-close: -1 | |
| days-before-pr-stale: 30 | |
| days-before-pr-close: 2 | |
| stale-pr-message: This pull request is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label. | |
| close-pr-message: Closing Stale Pull Request | |
| stale-pr-label: STALE | |
| exempt-pr-labels: backlog | |
| days-before-issue-stale: 180 | |
| days-before-issue-close: 7 | |
| stale-issue-message: This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label. | |
| close-issue-message: Closing Stale Issue | |
| stale-issue-label: STALE | |
| exempt-issue-labels: backlog |