Skip to content

build(deps): get react-native code and CI working on current toolchains #933

build(deps): get react-native code and CI working on current toolchains

build(deps): get react-native code and CI working on current toolchains #933

Workflow file for this run

name: 'PR Title is Conventional'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Conventional PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true