Merge pull request #8990 from Bond-009/stale

Give stale action write permission for issues
This commit is contained in:
Bond-009 2023-01-01 01:06:25 +01:00 committed by GitHub
commit 2142002c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,8 @@ on:
- cron: '30 1 * * *'
workflow_dispatch:
permissions: {}
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest