From 7fba33d14d5dc86ac5d9d2ac7806c55a86ec0465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Paduszy=C5=84ski?= <92403542+paduszyk@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:32:28 +0100 Subject: [PATCH] Fix inconsistencies in YAML extensions (#120) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f948682..d52df5f 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ labels: ### Advanced action settings -Please refer to the [action.yaml](action.yaml) file in the repository +Please refer to the [action.yml](action.yml) file in the repository for the available inputs to the action. Below is an example using all of them: @@ -137,7 +137,7 @@ jobs: ``` Use `config_path` to provide an alternative path for the configuration -file for the action. The default is `.github/labeler.yaml`. +file for the action. The default is `.github/labeler.yml`. Use `use_local_config` to chose where to read the config file from. By default, the action will read the file from the default branch of your