fix(mobile): incorrect height of keyboard toolbar in ios #4962
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: Label Checker | |
on: | |
pull_request: | |
types: | |
- opened | |
- labeled | |
- unlabeled | |
branches: | |
- canary | |
jobs: | |
check_labels: | |
name: PR should not have a blocked label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: docker://agilepathway/pull-request-label-checker:latest | |
with: | |
none_of: blocked | |
repo_token: ${{ secrets.GITHUB_TOKEN }} |