chore: bump astral-sh/setup-uv from 10.0.0 to 10.0.1 in the github-actions-all group #4
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 }} |