mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
14 lines
283 B
YAML
Executable File
14 lines
283 B
YAML
Executable File
name: Mark stale issues and pull requests
|
|
on:
|
|
schedule:
|
|
- cron: '35 15 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stale:
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
|
|
secrets: inherit
|