]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
'close' job does this better
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 15 Jul 2021 08:57:25 +0000 (09:57 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 15 Jul 2021 08:57:25 +0000 (09:57 +0100)
.github/workflows/issuebot.yml [deleted file]

diff --git a/.github/workflows/issuebot.yml b/.github/workflows/issuebot.yml
deleted file mode 100644 (file)
index 5dad441..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-name: "Close non-bug issues"
-
-on:
-  schedule:
-    - cron: "15 * * * * "
-  workflow_dispatch:
-
-jobs:
-  close_invalid_issues:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/stale@v3
-        with:
-          repo-token: ${{ secrets.GITHUB_TOKEN }}
-          stale-issue-message: 'This issue is off topic'
-          close-issue-message: 'This issue was closed because it is off topic, please ask on the FreeRADIUS users list instead: https://freeradius.org/support/'
-          days-before-stale: 0
-          days-before-close: 0
-          any-of-labels: "other"