Skip to content

chore(deps): bump amannn/action-semantic-pull-request from 335288255954904a41ddda8947c8f2c844b8bfeb to 24e6f016c1e110f5353026c0b6129a4118b9146c #43

chore(deps): bump amannn/action-semantic-pull-request from 335288255954904a41ddda8947c8f2c844b8bfeb to 24e6f016c1e110f5353026c0b6129a4118b9146c

chore(deps): bump amannn/action-semantic-pull-request from 335288255954904a41ddda8947c8f2c844b8bfeb to 24e6f016c1e110f5353026c0b6129a4118b9146c #43

Workflow file for this run

# https://github.com/googleapis/release-please?tab=readme-ov-file#how-should-i-write-my-commits
name: "convention"
on:
pull_request_target:
branches: [main]
types: [opened, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
title:
runs-on: ubuntu-24.04
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@24e6f016c1e110f5353026c0b6129a4118b9146c # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}