Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 555 Bytes

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"