generated from readthedocs/tutorial-template
-
-
Notifications
You must be signed in to change notification settings - Fork 29
36 lines (32 loc) · 1.42 KB
/
stale.yml
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
34
35
36
name: Mark stale issues and pull requests
on:
schedule:
- cron: "0 0/6 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
exempt-issue-assignees: 'alexander0042'
exempt-pr-assignees: 'alexander0042'
exempt-issue-labels: 'keep'
exempt-pr-labels: 'keep'
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'There has not been any activity on this issue in the last ninety and will automatically close in seven days. Comment on this issue to prevent this issue from closing automatically.'
stale-pr-message: 'There has not been any activity on this pull request in the last ninety and will automatically close in seven days. Comment on this issue to prevent this pull request from closing automatically.'
close-issue-message: 'This issue has been automatically closed since there has been no further activity after seven days.'
close-pr-message: 'This pull request has been automatically closed since there has been no further activity after seven days.'
stale-issue-label: 'stale'
stale-pr-label: 'stale'
days-before-stale: 90
days-before-close: 7
enable-statistics: 'true'
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
with:
issue-inactive-days: '60'
pr-inactive-days: '60'
issue-lock-reason: ''