Merge pull request #8990 from Bond-009/stale

Give stale action write permission for issues
pull/9003/head
Bond-009 2 years ago committed by GitHub
commit 2142002c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save