Skip to content

Bump metro-react-native-babel-preset from 0.66.2 to 0.72.2 in /react-native/ReactNativeFlipperExample #1763

Bump metro-react-native-babel-preset from 0.66.2 to 0.72.2 in /react-native/ReactNativeFlipperExample

Bump metro-react-native-babel-preset from 0.66.2 to 0.72.2 in /react-native/ReactNativeFlipperExample #1763

Workflow file for this run

name: Label issues
# This workflow is triggered on issue comments.
on:
issue_comment:
types: created
jobs:
applyNeedsAttentionLabel:
name: Apply Needs Attention Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Apply Needs Attention Label
uses: hramos/needs-attention@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}