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
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 }}