Skip to content

feat: added HTTP output #21

feat: added HTTP output

feat: added HTTP output #21

Workflow file for this run

name: Enforce Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
docs
style
refactor
perf
test
build
ci
chore
revert
scopes: |
app
cli
input
output
processor
collector
core
validateSingleCommit: true