Skip to content

chore: Bump googleapis/release-please-action from 4 to 5 in the github-actions-all group #1

chore: Bump googleapis/release-please-action from 4 to 5 in the github-actions-all group

chore: Bump googleapis/release-please-action from 4 to 5 in the github-actions-all group #1

Workflow file for this run

name: PR Title
# Заголовок PR обязан быть conventional commit: при squash-мерже он
# становится сообщением коммита, а по нему release-please определяет,
# какой разряд версии поднять. Отдельные коммиты ветки намеренно не
# проверяются, чтобы не мешать работе внутри PR.
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}