mirror of
https://github.com/linuxserver/docker-socket-proxy.git
synced 2026-02-19 17:51:30 +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
14 lines
571 B
YAML
14 lines
571 B
YAML
name: Greetings
|
|
|
|
on: [pull_request_target, issues]
|
|
|
|
jobs:
|
|
greeting:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/first-interaction@v1
|
|
with:
|
|
issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
|
|
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-socket-proxy/blob/main/.github/PULL_REQUEST_TEMPLATE.md)!'
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|