(MAINT) Remove stalebot workflow pdksync_maint-remove_stale_bot
authorCraig Gumbley <craiggumbley@gmail.com>
Tue, 13 Dec 2022 10:00:14 +0000 (10:00 +0000)
committerCraig Gumbley <craiggumbley@gmail.com>
Tue, 13 Dec 2022 10:00:14 +0000 (10:00 +0000)
.github/workflows/stale.yml [deleted file]

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
deleted file mode 100644 (file)
index 26d7e5b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-name: Audit aging issues/PRs
-
-on:
-  schedule:
-  - cron: "30 1 * * *"
-
-jobs:
-  audit:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions/stale@v3
-      with:
-        repo-token: ${{ secrets.GITHUB_TOKEN }}
-        days-before-issue-stale: 90
-        days-before-pr-stale: 60
-        days-before-pr-close: 7
-        stale-issue-message: |
-          Hello! ðŸ‘‹
-
-          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.
-
-          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 issue with a comment.
-        stale-issue-label: 'attention-needed'
-        stale-pr-message: |
-          Hello! ðŸ‘‹
-
-          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.
-
-          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.
-        stale-pr-label: 'attention-needed'