Skip to content

build(deps): Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #1180

build(deps): Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0

build(deps): Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #1180

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