chore(deps): bump Nuitka/Nuitka-Action from 8462c393e3dfa2bea614d9f448f989c88ad9f9e4 to cabf96a7c751faa6066edc57f9c1fa5716f6dd59 #13
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
| # 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-latest | |
| permissions: | |
| pull-requests: read | |
| steps: | |
| - uses: amannn/action-semantic-pull-request@335288255954904a41ddda8947c8f2c844b8bfeb # v5.5.3 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |