Skip to content

Upgrade from 0.63.4 to 0.74.0 is not showing in the list #653

Upgrade from 0.63.4 to 0.74.0 is not showing in the list

Upgrade from 0.63.4 to 0.74.0 is not showing in the list #653

Workflow file for this run

name: Issue handling
on:
issues:
types: [opened, edited]
jobs:
add_label_rn_version:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Add label with the React Native version
uses: ./actions/addLabelRNVersion
with:
github-token: ${{ secrets.GITHUB_TOKEN }}