-
-
Notifications
You must be signed in to change notification settings - Fork 163
28 lines (27 loc) · 1.14 KB
/
no-response.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
name: Close issues with no response
on:
schedule:
- cron: '30 20 * * *'
jobs:
mark:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
only-labels: 'more-info-needed'
stale-issue-label: stale
skip-stale-issue-message: true
stale-issue-message: Stale # Not used, but if absent skip-stale-issue-message is not applied
close-issue-message: >
This issue has been automatically closed because there has been no response
to our request for more information from the original author. With only the
information that is currently in the issue, we don't have enough information
to take action. Please reach out if you have or find the answers we need so
that we can investigate further.
days-before-stale: 60
days-before-close: 5
days-before-pr-stale: -1 # Never mark PRs stale
days-before-pr-close: -1 # Never close PRs
remove-stale-when-updated: true
#debug-only: true