You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
YAML recommends .yaml as the preferred extension type: https://yaml.org/faq.html
The Labeler action errors if the labeler file is created with .yaml. It should support both .yml and .yaml
Action version:
Any/latest
Platform:
Ubuntu
macOS
Windows
Runner type:
Hosted
Self-hosted
Repro steps:
Use .yaml as the file extension.
Expected behavior:
A description of what you expected to happen.
The action should support .yaml as if it was .yml
Actual behavior:
A description of what is actually happening.
The config file was not found at .github/labeler.yml.
The text was updated successfully, but these errors were encountered:
shadiramadan
changed the title
Labeler should search for labeler.yml OR labeler.yaml
Labeler should search for labeler.yml AND labeler.yaml
Oct 11, 2024
Hi @shadiramadan , currently, actions/labeler does not support YAML files. We will address this in future updates and are classifying this as a feature request for now
Description:
YAML recommends
.yaml
as the preferred extension type: https://yaml.org/faq.htmlThe Labeler action errors if the labeler file is created with
.yaml
. It should support both.yml
and.yaml
Action version:
Any/latest
Platform:
Runner type:
Repro steps:
Use
.yaml
as the file extension.Expected behavior:
A description of what you expected to happen.
The action should support
.yaml
as if it was.yml
Actual behavior:
A description of what is actually happening.
The config file was not found at .github/labeler.yml.
The text was updated successfully, but these errors were encountered: