Skip to content

Commit e32e64c

Browse files
committed
Config update
1 parent dacd776 commit e32e64c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/stale.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
@@ -30,5 +30,7 @@ jobs:
3030
3131
If you are waiting on a response from us we will try and address your comments on a future Community Day.
3232
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.
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.
3436
stale-pr-label: 'attention-needed'

0 commit comments

Comments
 (0)