+++ /dev/null
-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"