Skip to content

Commit dacd776

Browse files
committed
(MAINT) Stale-bot config/msg update
1 parent 5ab357f commit dacd776

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

.github/workflows/stale.yml

+21-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,24 @@ jobs:
1111
- uses: actions/stale@v3
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
14-
days-before-stale: 60
15-
days-before-close: 7
16-
stale-issue-message: 'This issue has been marked as stale because it has been open for a while and has had no recent activity. If this issue is still important to you please drop a comment below and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days.'
17-
stale-issue-label: 'stale'
18-
stale-pr-message: 'This PR has been marked as stale because it has been open for a while and has had no recent activity. If this PR is still important to you please drop a comment below and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days.'
19-
stale-pr-label: 'stale'
14+
days-before-issue-stale: 90
15+
days-before-pr-stale: 60
16+
days-before-pr-close: 7
17+
stale-issue-message: |
18+
Hello! 👋
19+
20+
This issue has been open for a while and has had no recent activity. We've labelled it with `attention-needed` so that we can get a clear view of which issues need our attention.
21+
22+
If you are waiting on a response from us we will try and address your comments on a future Community Day.
23+
24+
Alternatively, if it is no longer relevant to you please close the issue with a comment.
25+
stale-issue-label: 'attention-needed'
26+
stale-pr-message: |
27+
Hello! 👋
28+
29+
This pull request has been open for a while and has had no recent activity. We've labelled it with `attention-needed` so that we can get a clear view of which PRs need our attention.
30+
31+
If you are waiting on a response from us we will try and address your comments on a future Community Day.
32+
33+
Alternatively, if it is no longer relevant to you please close the PR with a comment. Please note that if a pull request receives no update for 7 after it has been labelled, it will be closed. We are always happy to re-open pull request if they have been closed in error.
34+
stale-pr-label: 'attention-needed'

0 commit comments

Comments
 (0)