Skip to content

feat(android): add support for Firebase Phone Number Verification (PNV) #6582

feat(android): add support for Firebase Phone Number Verification (PNV)

feat(android): add support for Firebase Phone Number Verification (PNV) #6582

Workflow file for this run

name: 'PR Title is Conventional'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
contents: none
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
# https://github.com/actions/setup-node/releases
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: 22
# https://github.com/amannn/action-semantic-pull-request/releases
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true