Skip to content

build(deps): bump form-data from 4.0.1 to 4.0.5 #82

build(deps): bump form-data from 4.0.1 to 4.0.5

build(deps): bump form-data from 4.0.1 to 4.0.5 #82

name: "Check Semantic Commit"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# GitHub can now default to using the PR title
validateSingleCommit: false