servarr-stack – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 name: Mark stale issues and pull requests
2 on:
3 schedule:
4 - cron: '44 1 * * *'
5 workflow_dispatch:
6  
7 jobs:
8 stale:
9 permissions:
10 issues: write
11 pull-requests: write
12 uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
13 secrets: inherit