8000 ci: rename commitlint.config.js to commitlint.config.mjs (#482) · rhobs/observability-operator@33584e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 33584e6

Browse files
authored
ci: rename commitlint.config.js to commitlint.config.mjs (#482)
* ci: rename commitlint.config.js to commitlint.config.mjs And update commitlint action to v6. This fixes commitlint failures caused by wagoid/commitlint-github-action#763. Signed-off-by: Jan Fajerski <jfajersk@redhat.com> * ci: fix commitlint config format Signed-off-by: Jan Fajerski <jfajersk@redhat.com> --------- Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
1 parent 11026ae commit 33584e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
12-
- uses: wagoid/commitlint-github-action@v5
12+
- uses: wagoid/commitlint-github-action@v6
1313

1414
github-actions-yaml-lint:
1515
runs-on: ubuntu-latest

commitlint.config.js renamed to commitlint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ const Configuration = {
99
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
1010
};
1111

12-
module.exports = Configuration;
12+
export default Configuration

0 commit comments

Comments
 (0)
0