Upgrade to 0.80.2 seems not to work with use_frameworks causing 'jsinspector-modern/cdp/CdpJson.h' file not found
#669
This file contains hidden or 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: 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 }} |