chore(deps): bump amannn/action-semantic-pull-request from 335288255954904a41ddda8947c8f2c844b8bfeb to e49f57ce06c1747542fce2243c7a98682384bc0e #12
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: "semantic / validation" | |
| on: | |
| pull_request_target: | |
| branches: [main] | |
| types: [opened, edited, synchronize, reopened] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number }} | |
| cancel-in-progress: true | |
| jobs: | |
| # PRs should be written according to https://www.conventionalcommits.org/en/v1.0.0 | |
| pull-request-title: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: read | |
| steps: | |
| - uses: amannn/action-semantic-pull-request@e49f57ce06c1747542fce2243c7a98682384bc0e # v5.5.3 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |