We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: When setting up this action, I accidentally forgot the changed-files key in my labeler.yml, i.e., I had something like:
changed-files
labeler.yml
label: - any-glob-to-any-file: ['some/file/name']
instead of:
label: - changed-files: - any-glob-to-any-file: ['some/file/name']
The result was that this action just printed out:
An unknown config option was under label: any-glob-to-any-file
and returned success.
Instead, it should error so that one knows that the configuration is broken.
Justification: Silent failures lead to people assuming things are "working fine" when they are not, and thus never investigate an issue.
Are you willing to submit a PR? Maybe, but I don't really know TypeScript.
The text was updated successfully, but these errors were encountered:
Hello @QuLogic Thank you for creating this feature. We will investigate it and get back to you as soon as we have some feedback.
Sorry, something went wrong.
No branches or pull requests
Description:
When setting up this action, I accidentally forgot the
changed-files
key in mylabeler.yml
, i.e., I had something like:instead of:
The result was that this action just printed out:
and returned success.
Instead, it should error so that one knows that the configuration is broken.
Justification:
Silent failures lead to people assuming things are "working fine" when they are not, and thus never investigate an issue.
Are you willing to submit a PR?
Maybe, but I don't really know TypeScript.
The text was updated successfully, but these errors were encountered: