Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

chore(deps): bump axios from 1.2.3 to 1.7.3 #2776

chore(deps): bump axios from 1.2.3 to 1.7.3

chore(deps): bump axios from 1.2.3 to 1.7.3 #2776

name: conventional-commits
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
ci
docs
feat
fix
refactor
test
chore
scopes: |
cmd
deps
deps-dev
requireScope: false
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true