Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistencies in YAML extensions #120

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down
Loading