From dafcec81ae7457ce264f48ee3b5e95598d405493 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 12:59:31 -0700 Subject: [PATCH 01/26] chore(CI): add conventional commitlint --- .github/workflows/lint.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b24662aaad..1d4b32deb1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -52,3 +52,9 @@ jobs: env: ENABLE_BPMETADATA: 1 + commitlint: + runs-on: ubuntu-latest + name: Conventional Commitlint + steps: + - name: Conventional Commitlint + uses: opensource-nepal/commitlint@v1 From 7dae1f1fbcd8b4daadfb80f3fe2c9cf08b1e0df1 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:08:18 -0700 Subject: [PATCH 02/26] Update lint.yaml --- .github/workflows/lint.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1d4b32deb1..72b2c5e6fa 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -54,7 +54,5 @@ jobs: commitlint: runs-on: ubuntu-latest - name: Conventional Commitlint steps: - - name: Conventional Commitlint - uses: opensource-nepal/commitlint@v1 + - uses: ahmadnassri/action-commit-lint@v2 From 5697088c1577e54480fc381cffe06705f26b82f8 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:12:37 -0700 Subject: [PATCH 03/26] Update lint.yaml --- .github/workflows/lint.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 72b2c5e6fa..c3af2f7724 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -55,4 +55,9 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: ahmadnassri/action-commit-lint@v2 + - name: 🔖Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: 📝Validate PR title with commitlint + uses: kevintyj/prlint@v2 From e8a0b08fb9eae8babc80f6e9b02ebbbcdc7c3b3c Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:15:47 -0700 Subject: [PATCH 04/26] Update lint.yaml --- .github/workflows/lint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c3af2f7724..e76f42c569 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -53,6 +53,9 @@ jobs: ENABLE_BPMETADATA: 1 commitlint: + permissions: + contents: read + pull-requests: write runs-on: ubuntu-latest steps: - name: 🔖Checkout repository From 307e47ab56b525b7477600affbcd1913926a84d0 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:20:16 -0700 Subject: [PATCH 05/26] Update lint.yaml --- .github/workflows/lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e76f42c569..5625689b94 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -64,3 +64,5 @@ jobs: fetch-depth: 0 - name: 📝Validate PR title with commitlint uses: kevintyj/prlint@v2 + with: + download-dependencies: node From ad8d9e41eef9e4f0df76a1ee8e319d6938425945 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:24:27 -0700 Subject: [PATCH 06/26] Update lint.yaml --- .github/workflows/lint.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5625689b94..f6c76057b7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -58,11 +58,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - name: 🔖Checkout repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: 📝Validate PR title with commitlint - uses: kevintyj/prlint@v2 - with: - download-dependencies: node + - uses: lw-ci/action-conventional-pull-request@v3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From f49164a2a018ef045e0e036ea16cdaf4da9d658d Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:44:00 -0700 Subject: [PATCH 07/26] Create commlint.yaml --- .github/workflows/commlint.yaml | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/commlint.yaml diff --git a/.github/workflows/commlint.yaml b/.github/workflows/commlint.yaml new file mode 100644 index 0000000000..7fab78837d --- /dev/null +++ b/.github/workflows/commlint.yaml @@ -0,0 +1,35 @@ +# Copyright 2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# NOTE: This file is automatically generated from values at: +# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf + +name: 'prlint' + +on: + pull_request: + types: [edited] + branches: + - main + +permissions: + contents: read + +jobs: + conventional: + runs-on: ubuntu-latest + steps: + - uses: lw-ci/action-conventional-pull-request@v3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From b26519a4bcdedfc10df5cf332e40bfee862b8c04 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:48:35 -0700 Subject: [PATCH 08/26] Update lint.yaml --- .github/workflows/lint.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f6c76057b7..c5fca23441 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -51,13 +51,3 @@ jobs: - run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh env: ENABLE_BPMETADATA: 1 - - commitlint: - permissions: - contents: read - pull-requests: write - runs-on: ubuntu-latest - steps: - - uses: lw-ci/action-conventional-pull-request@v3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From f5cc37826b42c5a7de2b139c334d175ce095b84c Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:48:52 -0700 Subject: [PATCH 09/26] Update lint.yaml --- .github/workflows/lint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c5fca23441..b24662aaad 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -51,3 +51,4 @@ jobs: - run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh env: ENABLE_BPMETADATA: 1 + From 1f9571dc5e77eafe6b63a2f4adbcacf1946a6efb Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:50:56 -0700 Subject: [PATCH 10/26] Update commlint.yaml --- .github/workflows/commlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commlint.yaml b/.github/workflows/commlint.yaml index 7fab78837d..9862e1f205 100644 --- a/.github/workflows/commlint.yaml +++ b/.github/workflows/commlint.yaml @@ -19,7 +19,7 @@ name: 'prlint' on: pull_request: - types: [edited] + types: [opened, reopened, edited] branches: - main From 849537c2f755ecf9604a9ed3773e407d1a3f446f Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:51:10 -0700 Subject: [PATCH 11/26] Update commlint.yaml --- .github/workflows/commlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commlint.yaml b/.github/workflows/commlint.yaml index 9862e1f205..37635a1b3f 100644 --- a/.github/workflows/commlint.yaml +++ b/.github/workflows/commlint.yaml @@ -27,7 +27,7 @@ permissions: contents: read jobs: - conventional: + commitlint: runs-on: ubuntu-latest steps: - uses: lw-ci/action-conventional-pull-request@v3 From 16c63f21efbe741626fbbdbfeddd66b427d0f852 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:54:26 -0700 Subject: [PATCH 12/26] Update commlint.yaml --- .github/workflows/commlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commlint.yaml b/.github/workflows/commlint.yaml index 37635a1b3f..8dfcdb699a 100644 --- a/.github/workflows/commlint.yaml +++ b/.github/workflows/commlint.yaml @@ -15,7 +15,7 @@ # NOTE: This file is automatically generated from values at: # https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf -name: 'prlint' +name: 'pull-request' on: pull_request: From 6a0774232d29e35e41231802df60c3499dbcee72 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:57:01 -0700 Subject: [PATCH 13/26] Update commlint.yaml --- .github/workflows/commlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commlint.yaml b/.github/workflows/commlint.yaml index 8dfcdb699a..3c709b6b8c 100644 --- a/.github/workflows/commlint.yaml +++ b/.github/workflows/commlint.yaml @@ -19,7 +19,7 @@ name: 'pull-request' on: pull_request: - types: [opened, reopened, edited] + types: [opened, edited, reopened, synchronize] branches: - main From 7485f1be0c33fc0bc626c40414acc2cad37160fe Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 8 Aug 2025 13:58:39 -0700 Subject: [PATCH 14/26] Update commlint.yaml --- .github/workflows/commlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commlint.yaml b/.github/workflows/commlint.yaml index 3c709b6b8c..c7edbc5c33 100644 --- a/.github/workflows/commlint.yaml +++ b/.github/workflows/commlint.yaml @@ -27,7 +27,7 @@ permissions: contents: read jobs: - commitlint: + conventional-lint: runs-on: ubuntu-latest steps: - uses: lw-ci/action-conventional-pull-request@v3 From 36ce314b89b35ecff03f3f1e705ca6487d1e6f22 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 11:03:28 -0700 Subject: [PATCH 15/26] Update lint.yaml --- .github/workflows/lint.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b24662aaad..304a1f65c6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,6 +23,9 @@ on: branches: - main +permissions: + contents: read + concurrency: group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}' cancel-in-progress: true @@ -52,3 +55,26 @@ jobs: env: ENABLE_BPMETADATA: 1 + commitlint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Setup node + uses: actions/setup-node@v4 + with: + node-version: lts/* + cache: npm + - name: Install commitlint + run: npm install -D @commitlint/cli @commitlint/config-conventional + - name: Print versions + run: | + git --version + node --version + npm --version + npx commitlint --version + + - name: Validate PR commits with commitlint + if: github.event_name == 'pull_request' + run: ${{ github.event.pull_request.title }} | npx commitlint --verbose From 829b40d5383c90695af38e88230964f45a5d22ef Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 11:04:07 -0700 Subject: [PATCH 16/26] Delete .github/workflows/commlint.yaml --- .github/workflows/commlint.yaml | 35 --------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/commlint.yaml diff --git a/.github/workflows/commlint.yaml b/.github/workflows/commlint.yaml deleted file mode 100644 index c7edbc5c33..0000000000 --- a/.github/workflows/commlint.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2025 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# NOTE: This file is automatically generated from values at: -# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf - -name: 'pull-request' - -on: - pull_request: - types: [opened, edited, reopened, synchronize] - branches: - - main - -permissions: - contents: read - -jobs: - conventional-lint: - runs-on: ubuntu-latest - steps: - - uses: lw-ci/action-conventional-pull-request@v3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 882b8d3b13989ce22ece5d3c5ef4e7d640157cec Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 11:09:01 -0700 Subject: [PATCH 17/26] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 304a1f65c6..f01783f6fd 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -65,7 +65,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* - cache: npm + #cache: npm - name: Install commitlint run: npm install -D @commitlint/cli @commitlint/config-conventional - name: Print versions From 213f0f63b18ac2c080ea3cb646a2a5f9fa8d0fd5 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 11:11:45 -0700 Subject: [PATCH 18/26] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f01783f6fd..fadf350d53 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -77,4 +77,4 @@ jobs: - name: Validate PR commits with commitlint if: github.event_name == 'pull_request' - run: ${{ github.event.pull_request.title }} | npx commitlint --verbose + run: "${{ github.event.pull_request.title }}" | npx commitlint --verbose From c5e543bef6b7b4f54250344509850ad1b8d74e21 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 11:22:22 -0700 Subject: [PATCH 19/26] Update lint.yaml --- .github/workflows/lint.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index fadf350d53..da27b69706 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -65,7 +65,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* - #cache: npm - name: Install commitlint run: npm install -D @commitlint/cli @commitlint/config-conventional - name: Print versions @@ -74,7 +73,6 @@ jobs: node --version npm --version npx commitlint --version - - name: Validate PR commits with commitlint if: github.event_name == 'pull_request' run: "${{ github.event.pull_request.title }}" | npx commitlint --verbose From 07478fea1d25a8e51ae4358d51b8bddf23018f25 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 11:44:17 -0700 Subject: [PATCH 20/26] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index da27b69706..92e8e68336 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -75,4 +75,4 @@ jobs: npx commitlint --version - name: Validate PR commits with commitlint if: github.event_name == 'pull_request' - run: "${{ github.event.pull_request.title }}" | npx commitlint --verbose + run: '"${{ github.event.pull_request.title }}" | npx commitlint --verbose' From 578f7802d3259808e50d69db8f250c5bf4ee80bf Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 11:45:31 -0700 Subject: [PATCH 21/26] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 92e8e68336..1381e7682a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -75,4 +75,4 @@ jobs: npx commitlint --version - name: Validate PR commits with commitlint if: github.event_name == 'pull_request' - run: '"${{ github.event.pull_request.title }}" | npx commitlint --verbose' + run: 'echo "${{ github.event.pull_request.title }}" | npx commitlint --verbose' From 3918a084d3c7cf7b9ebba2f146130cfd95acbddf Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 11:54:56 -0700 Subject: [PATCH 22/26] Update lint.yaml --- .github/workflows/lint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1381e7682a..164e3623f6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -66,7 +66,9 @@ jobs: with: node-version: lts/* - name: Install commitlint - run: npm install -D @commitlint/cli @commitlint/config-conventional + run: | + npm install -D @commitlint/cli @commitlint/config-conventional + echo "export default { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js - name: Print versions run: | git --version From bfcf4a4866ccfbd946d9bd614afe060e93264a16 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 11:57:29 -0700 Subject: [PATCH 23/26] Update lint.yaml --- .github/workflows/lint.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 164e3623f6..bde489a3df 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,8 +20,8 @@ name: 'lint' on: workflow_dispatch: pull_request: - branches: - - main + types: [opened, edited, reopened, synchronize] + branches: [main] permissions: contents: read @@ -50,7 +50,6 @@ jobs: - run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} module-swapper env: ENABLE_BPMETADATA: 1 - - run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh env: ENABLE_BPMETADATA: 1 From bf1cfe4a2c9f72999694fe15cbaff3c2c980a2f6 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 12:10:10 -0700 Subject: [PATCH 24/26] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index bde489a3df..87d77f9d32 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -67,7 +67,7 @@ jobs: - name: Install commitlint run: | npm install -D @commitlint/cli @commitlint/config-conventional - echo "export default { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js + echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js - name: Print versions run: | git --version From a17c86ee2fc02d94c6d2dfc8f3fd342eed2e8406 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 14 Aug 2025 12:12:09 -0700 Subject: [PATCH 25/26] Update lint.yaml --- .github/workflows/lint.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 87d77f9d32..e33ff33ec1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -68,11 +68,6 @@ jobs: run: | npm install -D @commitlint/cli @commitlint/config-conventional echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js - - name: Print versions - run: | - git --version - node --version - npm --version npx commitlint --version - name: Validate PR commits with commitlint if: github.event_name == 'pull_request' From 46b2d0c86aef8d23dbdcb2a346c0463f9a473694 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Wed, 20 Aug 2025 16:33:24 -0700 Subject: [PATCH 26/26] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e33ff33ec1..d92d9388e0 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -66,7 +66,7 @@ jobs: node-version: lts/* - name: Install commitlint run: | - npm install -D @commitlint/cli @commitlint/config-conventional + npm install -D @commitlint/cli@19.8.1 @commitlint/config-conventional@19.8.1 echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js npx commitlint --version - name: Validate PR commits with commitlint