From bfb20e0bfdd7a326844351f6ece8d47c1a343085 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Tue, 14 May 2024 21:32:52 -0400 Subject: [PATCH] chore(ci): update release-please action ref --- .github/workflows/release-please.yml | 2 +- commitlint.config.js | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 commitlint.config.js diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 316e48f2..4430f032 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -22,6 +22,6 @@ jobs: repositories: "${{ github.event.repository.name }}" - name: Create / Update Release PR - uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1 + uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1 with: token: "${{ steps.app-token.outputs.token }}" diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index 53f5ce57..00000000 --- a/commitlint.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - extends: [ - "@commitlint/config-conventional" - ], -} -