Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2023-04-02 10:00:54 +02:00
parent 01e3907bf4
commit c3f32495f0
4 changed files with 30 additions and 2 deletions

13
.github/workflows/call_issues_cron.yml vendored Executable 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