Skip to content

Commit b62e8b3

Browse files
authored
Reword issue comments
1 parent bbf4fb3 commit b62e8b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/issues-cron.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ jobs:
1818
- uses: actions/stale@v8.0.0
1919
with:
2020
close-issue-label: closed-issue-activity
21+
close-issue-message: This issue is closed due to lack of feedback needed to resolve the issue. If not further action is taken, this issue will be closed.
2122
close-pr-label: closed-pr-activity
23+
close-pr-message: This pull request is closed due to lack of feedback needed to merge the pull request. If not further action is taken, this pull request will be closed.
24+
days-before-close: 60
25+
days-before-stale: 30
26+
exempt-issue-labels: awaiting-approval,work-in-progress
27+
exempt-pr-labels: awaiting-approval,work-in-progress
2228
stale-issue-label: no-issue-activity
2329
stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
2430
stale-pr-label: no-pr-activity
2531
stale-pr-message: This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
26-
days-before-stale: 30
27-
days-before-close: 60
28-
exempt-issue-labels: awaiting-approval,work-in-progress
29-
exempt-pr-labels: awaiting-approval,work-in-progress
3032
repo-token: ${{ secrets.GITHUB_TOKEN }}
3133
operations-per-run: 400
3234

@@ -44,9 +46,7 @@ jobs:
4446
with:
4547
issue-inactive-days: "30"
4648
include-any-issue-labels: no-issue-activity
47-
issue-comment: This issue is locked due to inactivity
4849
exclude-any-issue-labels: awaiting-approval,work-in-progress
4950
pr-inactive-days: "30"
5051
include-any-pr-labels: no-pr-activity
51-
pr-comment: This pull request is locked due to inactivity
5252
exclude-any-pr-labels: awaiting-approval,work-in-progress

0 commit comments

Comments
 (0)