forked from Mirror/docker-audacity
Bot Updating Templated Files
This commit is contained in:
parent
5035b6e2f8
commit
9f2068c0e4
4 changed files with 30 additions and 2 deletions
13
.github/workflows/call_issues_cron.yml
vendored
Executable file
13
.github/workflows/call_issues_cron.yml
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
name: Mark stale issues and pull requests
|
||||
on:
|
||||
schedule:
|
||||
- cron: '52 17 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
|
||||
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue