docker-socket-proxy/.github/workflows/call_issues_cron.yml
Adam c7c5bdb3e1
Initial LSIO release (#1)
* Initial LSIO release
* Fix restarts description
* Add docker socket (fairly important)
* Remove inapplicable note about /config
* Don't run CI tests because they will always fail
* Remove baseimage notes
* Pass haproxy version as FROM arg
* Default to lts image if no arg is passed
* Remove network
* Support disabling ipv6, fix missing config options
* Use main as default branch
* Remove unused grpc env
2024-04-08 09:12:26 +01:00

14 lines
282 B
YAML

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