Skip to content

build(deps): Bump jetify-com/devbox-install-action from 0.10.0 to 0.11.0 #1090

build(deps): Bump jetify-com/devbox-install-action from 0.10.0 to 0.11.0

build(deps): Bump jetify-com/devbox-install-action from 0.10.0 to 0.11.0 #1090

# Copyright 2021 D2iQ, Inc. 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-22.04
steps:
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5
with:
types: |
build
ci
docs
feat
fix
perf
refactor
release
revert
style
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}