Skip to content

chore(deps): bump http from 1.1.0 to 1.2.0 #112

chore(deps): bump http from 1.1.0 to 1.2.0

chore(deps): bump http from 1.1.0 to 1.2.0 #112

Workflow file for this run

name: "PR Title"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
# Verify if the PR title complies with our release-please config
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
feature
fix
perf
revert
docs
chore
refactor
test
build
ci
requireScope: false