chore(deps): update ncipollo/release-action action to v1.21.0 #298
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: 'Global - Lint PR title' | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| - reopened | |
| - synchronize | |
| jobs: | |
| global--lint-pr-title: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Setup node | |
| uses: ingeno/foundation-github-actions/actions/node-setup@v3.2.9 | |
| - name: Lint PR title | |
| uses: kevintyj/prlint@main | |
| global--can-pull-request-merge: | |
| name: Lint PR title check was successful | |
| runs-on: ubuntu-latest | |
| needs: | |
| - global--lint-pr-title | |
| steps: | |
| - shell: bash | |
| run: | | |
| echo "Lint PR title check was successful" |