Skip to content

chore(deps): bump github.com/bom-squad/protobom from 0.2.1-0.20231219021915-5cdfd2b45eda to 0.3.0 #28

chore(deps): bump github.com/bom-squad/protobom from 0.2.1-0.20231219021915-5cdfd2b45eda to 0.3.0

chore(deps): bump github.com/bom-squad/protobom from 0.2.1-0.20231219021915-5cdfd2b45eda to 0.3.0 #28

Workflow file for this run

name: "semantic PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}