Skip to content

Commit 6e82246

Browse files
docs: Rename repo to actions-apply-version-label
1 parent 82afa87 commit 6e82246

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 @@
1-
# core-workflow-apply-version-label
1+
# actions-apply-version-label
22

33
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`.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "core-workflow-apply-version-label",
2+
"name": "actions-apply-version-label",
33
"version": "0.0.1",
44
"author": {
55
"name": "Lucas Bento",
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"license": "MIT",
23-
"repository": "https://github.com/react-native-community/core-workflow-apply-version-label",
23+
"repository": "https://github.com/react-native-community/actions-apply-version-label",
2424
"scripts": {
2525
"build": "ncc build src/index.ts --out ./dist",
2626
"build:watch": "yarn build -w",

0 commit comments

Comments
 (0)