Skip to content

[Snyk] Upgrade @react-native/babel-preset from 0.73.20 to 0.74.0 #12

[Snyk] Upgrade @react-native/babel-preset from 0.73.20 to 0.74.0

[Snyk] Upgrade @react-native/babel-preset from 0.73.20 to 0.74.0 #12

Workflow file for this run

name: Auto approve for owner
on:
pull_request:
types: [opened, reopened]
jobs:
approve:
if: github.actor == github.repository_owner
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}