Skip to content

feat(docker): improve signal handling, add proxy headers and logs #1

feat(docker): improve signal handling, add proxy headers and logs

feat(docker): improve signal handling, add proxy headers and logs #1

Workflow file for this run

name: Semantic PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
jobs:
semantic:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
docs
refactor
perf
test
build
ci
revert