From f65aeadf97fbec1722b3208e09e8cdf6440c72ac Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Thu, 4 Feb 2021 11:46:45 +0800 Subject: [PATCH] docs: update labels helper --- README.en-US.md | 2 +- README.md | 2 +- docs/base.en-US.md | 2 +- docs/base.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index a6cffb3..d23892e 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -322,7 +322,7 @@ jobs: #### `create-label` -Create label。If you want to create multiple labels base on repository path. [See](https://github.com/actions-cool/create-labels). +Create label. If you want to maintain labels in batches, [see](https://github.com/actions-cool/labels-helper). ```yml - name: Create label diff --git a/README.md b/README.md index e66af3d..64ae09e 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ jobs: #### `create-label` -新增 label。若想根据目录生成多个 labels,[可查看](https://github.com/actions-cool/create-labels)。 +新增 label。若想批量维护 labels,[可查看](https://github.com/actions-cool/labels-helper)。 ```yml - name: Create label diff --git a/docs/base.en-US.md b/docs/base.en-US.md index a9b0fd0..9bac4e6 100644 --- a/docs/base.en-US.md +++ b/docs/base.en-US.md @@ -185,7 +185,7 @@ jobs: ## `create-label` -Create label。If you want to create multiple labels base on repository path. [See](https://github.com/actions-cool/create-labels). +Create label. If you want to maintain labels in batches, [see](https://github.com/actions-cool/labels-helper). ```yml - name: Create label diff --git a/docs/base.md b/docs/base.md index 09c12b0..3c31378 100644 --- a/docs/base.md +++ b/docs/base.md @@ -185,7 +185,7 @@ jobs: ## `create-label` -新增 label。若想根据目录生成多个 labels,[可查看](https://github.com/actions-cool/create-labels)。 +新增 label。若想批量维护 labels,[可查看](https://github.com/actions-cool/labels-helper)。 ```yml - name: Create label