File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 🥺 No Response
2
+
3
+ on :
4
+ schedule :
5
+ # Schedule for five minutes after the hour, every hour
6
+ - cron : " 5 * * * *"
7
+
8
+ permissions :
9
+ issues : write
10
+ pull-requests : write
11
+
12
+ jobs :
13
+ stale :
14
+ if : github.repository == 'eslint-community/regexpp'
15
+ runs-on : ubuntu-latest
16
+ steps :
17
+ - name : 🥺 Handle Ghosting
18
+ uses : actions/stale@v6
19
+ with :
20
+ close-issue-message : >
21
+ This issue has been automatically closed because we haven't received a
22
+ response from the original author 🙈. This automation helps keep the issue
23
+ tracker clean from issues that aren't actionable. Please reach out if you
24
+ have more information for us! 🙂
25
+ close-pr-message : >
26
+ This PR has been automatically closed because we haven't received a
27
+ response from the original author 🙈. This automation helps keep the issue
28
+ tracker clean from PRs that aren't actionable. Please reach out if you
29
+ have more information for us! 🙂
You can’t perform that action at this time.
0 commit comments