From: Matthew Newton Date: Thu, 15 Jul 2021 08:57:25 +0000 (+0100) Subject: 'close' job does this better X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201dca5a92c523b5d866a33a3b58a95a9ee9b551;p=thirdparty%2Ffreeradius-server.git 'close' job does this better --- diff --git a/.github/workflows/issuebot.yml b/.github/workflows/issuebot.yml deleted file mode 100644 index 5dad4416e05..00000000000 --- a/.github/workflows/issuebot.yml +++ /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"