-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error: RangeError: Found invalid rule names: header-trim
#236
Comments
maninak
added a commit
to cytechmobile/radicle-vscode-extension
that referenced
this issue
Jan 31, 2024
Also reported here JulienKode/pull-request-name-linter-action#236 Signed-off-by: Konstantinos Maninakis <[email protected]>
The following workaround fixed it for me: name: PR linting
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
- run: npm install @commitlint/config-conventional
+ run: npm install @commitlint/config-conventional@v17
- uses: JulienKode/[email protected] |
maninak
added a commit
to cytechmobile/radicle-vscode-extension
that referenced
this issue
Jan 31, 2024
Also reported here JulienKode/pull-request-name-linter-action#236 Signed-off-by: Konstantinos Maninakis <[email protected]>
A new rule was introduced in v18.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A CI job for my PR started suddenly failing with the error:
I hadn't changed my PR's title before and it's been passing for weeks. Then it started failing for no apparent reason. (I at first tried to shorten my PR title thinking that that was the issue but after reading the error better I realized there's more to it...)
here's my pr-linting.yaml
and my PR title is
The text was updated successfully, but these errors were encountered: