Skip to content

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

Notifications You must be signed in to change notification settings

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

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

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/[email protected]
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          required-label: "Type: Upgrade Issue"

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.6%
  • Shell 1.4%