fix: warn users about new google policy and to replace cameraroll with image-picker #4151
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: 'Lint PR title' | |
| on: | |
| pull_request: | |
| branches: | |
| - develop | |
| - 'v[0-9]+.[0-9]+.[0-9]+' | |
| types: [opened, edited, synchronize] | |
| jobs: | |
| lint_pr_title: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: deepakputhraya/action-pr-title@v1.0.2 | |
| with: | |
| regex: '^(\w*)(?:\((.*)\))?: (.*)$' |