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" - ], -} -