Create call_issues_cron.yml

This commit is contained in:
aptalca 2024-02-17 21:02:50 -05:00 committed by GitHub
parent bc3ac26582
commit be4e5a2c11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/workflows/call_issues_cron.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Mark stale issues and pull requests
on:
schedule:
- cron: '14 15 * * *'
workflow_dispatch:
jobs:
stale:
permissions:
issues: write
pull-requests: write
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
secrets: inherit