summaryrefslogtreecommitdiff
path: root/.github/stale.yml
blob: 6f55110173dfc22d9668e0b3e8e6c073c9ff17bc (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
# Configuration for probot-stale - https://github.com/probot/stale

exemptProjects: true
exemptMilestones: true

staleLabel: archived

limitPerRun: 1

# SEMVER-MAJOR - @tobrun
exemptLabels:
  - SEMVER-MAJOR

pulls:
  daysUntilStale: 60
  daysUntilClose: -1
  markComment: false
  closeComment: >
    This pull request has been automatically detected as stale because it has not had
    recent activity and will be archived. Thank you for your contributions.

issues:
  daysUntilStale: 180
  daysUntilClose: -1
  markComment: false
  closeComment: >
    This issue has been automatically detected as stale because it has not had
    recent activity and will be archived. Thank you for your contributions.