mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-03-12 05:25:24 -07:00
14 lines
281 B
YAML
14 lines
281 B
YAML
name: Mark stale issues and pull requests
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "30 1 * * *"
|
|
|
|
jobs:
|
|
stale:
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
|
|
secrets: inherit
|