Spaces:
Runtime error
Runtime error
File size: 282 Bytes
03d9243 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
name: Mark stale issues and pull requests
on:
schedule:
- cron: '31 1 * * *'
workflow_dispatch:
jobs:
stale:
permissions:
issues: write
pull-requests: write
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
secrets: inherit
|