mirror of
https://github.com/linuxserver/docker-flexget.git
synced 2026-02-04 14:35:35 +08:00
* 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
14 lines
282 B
YAML
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
|