chore: Bump googleapis/release-please-action from 4 to 5 in the github-actions-all group #3
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |