deno/.github/stale.yml
2022-02-05 13:51:18 +01:00

32 lines
763 B
YAML

# https://github.com/probot/stale
daysUntilStale: 60
daysUntilClose: 7
exemptLabels:
- bug
- suggestion
- feat
- refactor
- chore
- tests
- build
- docs
- flaky
exemptMilestones: true
staleLabel: stale
markComment: >
This issue has been [automatically marked as stale](https://probot.github.io/apps/stale/#how-it-works)
because it has not had recent activity. It will be closed in 7 days if no
further activity occurs. Thank you for your contributions.
pulls:
markComment: >
This pull request has been [automatically marked as stale](https://probot.github.io/apps/stale/#how-it-works)
because it has not had recent activity. It will be closed in 7 days if no
further activity occurs. Thank you for your contributions.