mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
ff0ac0304c
Added probot integration to marke topics as inactives and automatically close them. read .github/stale.yml for more details.
17 lines
436 B
YAML
17 lines
436 B
YAML
daysUntilStale: 15
|
|
daysUntilClose: 7
|
|
exemptLabels:
|
|
- On Hold
|
|
- Fix in Test Branch
|
|
- Broken Dependency
|
|
- bug
|
|
- Good First Issue
|
|
- help wanted
|
|
- "status: In Progress"
|
|
- Waiting For Merge
|
|
staleLabel: Inactive
|
|
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.
|
|
closeComment: true
|