Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2023-04-02 03:48:05 +02:00
parent d3404c63ce
commit f48e9d5192
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: '58 21 * * *'
workflow_dispatch:
jobs:
stale:
permissions:
issues: write
pull-requests: write
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
secrets: inherit