Skip to content

Commit 68b874e

Browse files
committed
fixing schedule and adding closure rules
1 parent fd6d8eb commit 68b874e

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.github/workflows/stale-checker.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,23 @@ jobs:
2121
- uses: actions/stale@v5
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
24-
stale-issue-message: "This issue has been quiet for a while. Nudging the assigned person."
25-
stale-pr-message: "This PR has been quiet for a while. Nudging the assignee and reviewers."
24+
days-before-stale: 14
2625
stale-issue-label: "stale:needs-attention"
26+
stale-issue-message: >
27+
This issue has been automatically marked as stale because it has not had recent activity.
28+
It will be closed in two weeks if no further activity occurs.
29+
1Password employees have been nudged.
2730
stale-pr-label: "stale:needs-attention"
28-
days-before-stale: 0
31+
stale-pr-message: >
32+
This PR has been automatically marked as stale because it has not had recent activity.
33+
It will be closed in two weeks if no further activity occurs.
34+
1Password employees have been nudged.
35+
days-before-close: 14
36+
close-issue-message: >
37+
This issue has been automatically closed due to inactivity.
38+
Please re-open if this still requires attention.
39+
close-pr-message: >
40+
This pull request has been automatically closed due to inactivity.
41+
Please re-open if it is still required.
42+
exempt-issue-labels: "keep-alive"
43+
exempt-pr-labels: "keep-alive"

0 commit comments

Comments
 (0)