mirror of
https://github.com/linuxserver/docker-socket-proxy.git
synced 2026-01-21 04:51:49 +08:00
* 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
17 lines
438 B
YAML
17 lines
438 B
YAML
name: Issue & PR Tracker
|
|
|
|
on:
|
|
issues:
|
|
types: [opened,reopened,labeled,unlabeled,closed]
|
|
pull_request_target:
|
|
types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled,closed]
|
|
pull_request_review:
|
|
types: [submitted,edited,dismissed]
|
|
|
|
jobs:
|
|
manage-project:
|
|
permissions:
|
|
issues: write
|
|
uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1
|
|
secrets: inherit
|