Files
protocol/.github/stale.yml
Elena 008f00ba2f Update auto labeller and stale bot for issues and PRs (#631)
* Update message when closing stale issues with the correct duration

* Update autolabeller to correctly label

* Reformat the stale yml and change daysUntilClose to 14
2022-12-21 22:01:35 +02:00

22 lines
645 B
YAML

# Label to use when marking an issue or PR as stale
staleLabel: stale
pulls:
daysUntilStale: 30
daysUntilClose: 14
markComment: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
issues:
daysUntilStale: 30
daysUntilClose: 14
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
exemptLabels:
- bug
- enhancement
- feature
- question