summaryrefslogtreecommitdiff
path: root/.github/stale.yml
blob: 44ba991f4a3b44361c7d63982e1827c6a91e3351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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://github.com/marketplace/stale)
  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://github.com/marketplace/stale)
    because it has not had recent activity. It will be closed in 7 days if no
    further activity occurs. Thank you for your contributions.