# actions-apply-version-label **Repository Path**: mirrors_react-native-community/actions-apply-version-label ## Basic Information - **Project Name**: actions-apply-version-label - **Description**: GitHub workflow used by the react-native repository to automatically add Version: TAG to issues - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-31 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # actions-apply-version-label GitHub workflow used by the [React Native](https://github.com/facebook/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" ```