Skip to content

Commit 55c78db

Browse files
authored
ci: follow up fixes to release-please (#532)
Ignores the `CHANGELOG.md` in prettier, to allow for the `release-please` formatting to be accepted And fixes the formatting workflow, have it request correct permissions
1 parent d0ff43f commit 55c78db

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/format.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
format:
1417
if: github.repository == 'eslint-community/eslint-plugin-promise'

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.github/release-please/manifest.json
22
coverage
3+
CHANGELOG.md

0 commit comments

Comments
 (0)