From 1504ce8b07aa49538ae45408cf00b28ed80f413c Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Thu, 2 Jan 2025 11:03:16 +0100 Subject: [PATCH] Fix typos in label file name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e12cc..ef043f2 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ https://github.com/apache/maven-gh-actions-shared/blob/v4/.github/workflows/mave We can synchronize labels for all Maven repositories by action: [Labels sync](https://github.com/apache/maven-gh-actions-shared/actions/workflows/labels-sync.yml) -Labels list are in file: [./githu/labels.js](https://github.com/apache/maven-gh-actions-shared/blob/main/.github/labels.js) +Labels list are in file: [./.github/labels.js](https://github.com/apache/maven-gh-actions-shared/blob/main/.github/labels.js) Action require GitHub token which will be used for performing updates. Please create new [Personal access tokens (classic)](https://github.com/settings/tokens) with `repo` scope.