summaryrefslogtreecommitdiff
path: root/.github/stale.yml
blob: 5d48d1bd6bb625a6c7a4989f82d0a929121a8459 (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
32
33
# https://github.com/probot/stale

daysUntilStale: 60

daysUntilClose: 7

exemptLabels:
  - bug
  - suggestion
  - feat
  - refactor
  - chore
  - tests
  - build
  - docs
  - flaky
  - perf
  - needs investigation

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.