Skip to content

build(deps): Bump jetify-com/devbox-install-action from 0.12.0 to 0.13.0 #1337

build(deps): Bump jetify-com/devbox-install-action from 0.12.0 to 0.13.0

build(deps): Bump jetify-com/devbox-install-action from 0.12.0 to 0.13.0 #1337

# Copyright 2023 Nutanix. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: "conventional-pr-title"
on:
pull_request_target:
types:
- opened
- edited
jobs:
check:
runs-on: ubuntu-24.04
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
build
ci
docs
feat
fix
perf
refactor
release
revert
style
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}