commit:     c7c87f0172c5fd1eb3ea997a9e0df58e4daeecff
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 23:27:36 2021 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 01:53:00 2021 +0000
URL:        
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c7c87f01

Remove github stalebot workflow

Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 .github/workflows/stale.yml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
deleted file mode 100644
index 647dc8fd..00000000
--- a/.github/workflows/stale.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Mark stale issues and pull requests
-
-on:
-  schedule:
-  - cron: "30 1 * * *"
-
-jobs:
-  stale:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/stale@v3
-      with:
-        repo-token: ${{ secrets.GITHUB_TOKEN }}
-        stale-issue-message: 'This issue has not had any recent activity.  It 
will be closed in 7 days if it makes no further progress.'
-        close-issue-message: 'Closing stale PR.'
-        stale-pr-message: 'This PR has not had any recent activity.  It will 
be closed in 7 days if it makes no further progress.'
-        close-pr-message: 'Closing stale PR.'
-        stale-issue-label: 'stale'
-        stale-pr-label: 'stale'
-        exempt-issue-labels: 'question,help wanted'
-        exempt-pr-labels: 'question,external bug,external dependency'

Reply via email to