Skip to content

fix: update peerDependencies for react-native-notificated (support v2.14 and v3) #292

fix: update peerDependencies for react-native-notificated (support v2.14 and v3)

fix: update peerDependencies for react-native-notificated (support v2.14 and v3) #292

name: 'Is PR Title Conventional'
on:
pull_request:
branches: [master]
jobs:
main:
name: Conventional Pull Request Title Check
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}