diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 3c44f1af..228ec951 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -6,16 +6,13 @@ on: - opened - edited - reopened - -permissions: {} + - synchronize jobs: lint: name: Lint runs-on: ubuntu-latest - permissions: - pull-requests: read steps: - - uses: ytanikin/pr-conventional-commits@1.4.0 + - uses: ytanikin/pr-conventional-commits@1.5.1 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' diff --git a/release-please-config.json b/release-please-config.json index 57afe238..eb8822bb 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -17,7 +17,7 @@ "packages/deck.gl-zarr": { "skip-changelog": true }, - "raster-reproject": { + "packages/raster-reproject": { "skip-changelog": true } },