docker-flexget/.github/workflows/call_issues_cron.yml
Adam 771f8f02a7
Initial release (#1)
* Initial release

* Use latest v2 libtorrent build

* Pin flexget py version to match github release

* Mark FG_WEBUI_PASSWORD as optional, fix init behvaiour

* Add info note about invalid password
2023-07-09 20:50:32 +01:00

14 lines
282 B
YAML

name: Mark stale issues and pull requests
on:
schedule:
- cron: '1 14 * * *'
workflow_dispatch:
jobs:
stale:
permissions:
issues: write
pull-requests: write
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
secrets: inherit