old version of cli-platform-ios package removed arguments for native_module.rb #85
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Apply version label to issue | |
on: | |
issues: | |
types: [opened, edited] | |
permissions: | |
contents: read | |
jobs: | |
add-version-label-issue: | |
permissions: | |
issues: write # for react-native-community/actions-apply-version-label to label issues | |
runs-on: ubuntu-latest | |
continue-on-error: true | |
if: github.repository == 'facebook/react-native' | |
steps: | |
- uses: react-native-community/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
required-label: "Type: Upgrade Issue" |