GitHunt
RE

react-native-community/actions-apply-version-label

GitHub workflow used by the react-native repository to automatically add Version: TAG to issues

actions-apply-version-label

GitHub workflow used by the React Native repository to automatically add Version: TAG to issues tagged with specific labels.

Inputs

github-token

Required The GITHUB_TOKEN secret.

required-label

Required The required label for this action to run.

Example

- uses: react-native-community/actions-apply-version-label@v0.0.3
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          required-label: "Type: Upgrade Issue"

Languages

TypeScript98.6%Shell1.4%

Contributors

Created January 21, 2022
Updated May 17, 2024