Config update pdksync_maint/pdk_update_stalebot
authorLukas Audzevicius <laudzevicius24@hotmail.com>
Thu, 19 May 2022 10:22:17 +0000 (11:22 +0100)
committerLukas Audzevicius <laudzevicius24@hotmail.com>
Thu, 19 May 2022 10:22:17 +0000 (11:22 +0100)
.github/workflows/stale.yml

index 12fee8f0db07be68595a81be664b60e091aa65e2..26d7e5b1f80bd81b201ce0957b89ad3dfc51edf5 100644 (file)
@@ -1,11 +1,11 @@
-name: Mark stale issues and pull requests
+name: Audit aging issues/PRs
 
 on:
   schedule:
   - cron: "30 1 * * *"
 
 jobs:
-  stale:
+  audit:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/stale@v3
@@ -30,5 +30,7 @@ jobs:
 
           If you are waiting on a response from us we will try and address your comments on a future Community Day.
 
-          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.
+          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.
         stale-pr-label: 'attention-needed'