File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments