fix: bitrise missing signature elements following BottomModal → BottomSheet refactor #14145
Workflow file for this run
This file contains 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: "Conventional Commit Validation PR Title" | |
on: | |
pull_request: | |
branches: | |
- main | |
types: [opened,edited] | |
jobs: | |
pr-title-linter: | |
runs-on: ubuntu-latest | |
steps: | |
# v5.2.0 | |
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |