Skip to content
tag

GitHub Action

Apply version label to issue with specific label

v0.0.3 Latest version

Apply version label to issue with specific label

tag

Apply version label to issue with specific label

Automatically apply a version label to issues tagged with a specific label

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Apply version label to issue with specific label

uses: react-native-community/[email protected]

Learn more about this action in react-native-community/actions-apply-version-label

Choose a version

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"