This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/main by this push: new 1504ce8 Fix typos in label file name 1504ce8 is described below commit 1504ce8b07aa49538ae45408cf00b28ed80f413c Author: Gerd Aschemann <g...@aschemann.net> AuthorDate: Thu Jan 2 11:03:16 2025 +0100 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.