Skip to content

Commit 50b9468

Browse files
docs: Update README
1 parent 37e49c9 commit 50b9468

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# core-workflow-apply-version-label
22

3-
GitHub workflow used by the [react-native](https://github.com/facebook/react-native) repository to automatically add `Version: TAG` to issues.
3+
GitHub workflow used by the [react-native](https://github.com/facebook/react-native) repository to automatically add `Version: TAG` to issues tagged as `pre-release`.

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Apply version label to issue"
2-
description: "Automatically apply a version label to issues."
1+
name: "Apply version label to pre-release issue"
2+
description: "Automatically apply a version label to issues tagged with pre-release."
33

44
branding:
55
icon: "tag"

0 commit comments

Comments
 (0)