Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2023-04-02 03:00:23 -05:00
parent c2ffc6c11d
commit 0852efa2bd
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