GitHub workflow used by the React Native repository to automatically add Version: TAG
to issues tagged with specific labels.
Required The GITHUB_TOKEN
secret.
Required The required label for this action to run.
- uses: react-native-community/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
required-label: "Type: Upgrade Issue"