Skip to content

Commit 253b223

Browse files
authored
Merge pull request #264 from puppetlabs/pdksync_maint/pdk_update_stalebot
pdksync - (MAINT) Stale-bot config/msg update
2 parents 06d6a5c + 4287112 commit 253b223

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

.github/workflows/stale.yml

+25-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
1-
name: Mark stale issues and pull requests
1+
name: Audit aging issues/PRs
22

33
on:
44
schedule:
55
- cron: "30 1 * * *"
66

77
jobs:
8-
stale:
8+
audit:
99
runs-on: ubuntu-latest
1010
steps:
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.
34+
35+
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.
36+
stale-pr-label: 'attention-needed'

0 commit comments

Comments
 (0)