Apply version label to issue with specific label
ActionsAutomatically apply a version label to issues tagged with a specific label
v0.0.3
LatestTags
(1)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/actions-apply-version-label@v0.0.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
required-label: "Type: Upgrade Issue"
Apply version label to issue with specific label is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.