Skip to content

Commit 295c4ab

Browse files
authored
chore: fix path for raster-reproject and conventional-commits (#199)
🤦🏼
1 parent 80e8e05 commit 295c4ab

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/conventional-commits.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ on:
66
- opened
77
- edited
88
- reopened
9-
10-
permissions: {}
9+
- synchronize
1110

1211
jobs:
1312
lint:
1413
name: Lint
1514
runs-on: ubuntu-latest
16-
permissions:
17-
pull-requests: read
1815
steps:
19-
- uses: ytanikin/pr-conventional-commits@1.4.0
16+
- uses: ytanikin/pr-conventional-commits@1.5.1
2017
with:
2118
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"packages/deck.gl-zarr": {
1818
"skip-changelog": true
1919
},
20-
"raster-reproject": {
20+
"packages/raster-reproject": {
2121
"skip-changelog": true
2222
}
2323
},

0 commit comments

Comments
 (0)