Skip to content

chore(crashlytics): deprecation warning for v8 API ahead of future major release #4153

chore(crashlytics): deprecation warning for v8 API ahead of future major release

chore(crashlytics): deprecation warning for v8 API ahead of future major release #4153

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:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: amannn/action-semantic-pull-request@v5
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true