Skip to content

chore(deps): bump axum from 0.7.9 to 0.8.1 #160

chore(deps): bump axum from 0.7.9 to 0.8.1

chore(deps): bump axum from 0.7.9 to 0.8.1 #160

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