Skip to content

feat: Update react native to 0.74 #3911

feat: Update react native to 0.74

feat: Update react native to 0.74 #3911

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