fix: migrations account 0025_role_description_en_role_description_es_and_more #560
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: CI Pull Request | |
| on: | |
| pull_request: | |
| jobs: | |
| lint: | |
| name: Lint pull request | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Lint pull request title | |
| uses: amannn/action-semantic-pull-request@v5 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| subjectPattern: ^(?![A-Z]).+$ | |
| subjectPatternError: |- | |
| The subject "{subject}" found in the pull request title "{title}" | |
| didn't match the configured pattern. Please ensure that the subject | |
| doesn't start with an uppercase character. |