Skip to content

Commit

Permalink
ci: follow up fixes to release-please (#532)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
voxpelli authored Aug 6, 2024
1 parent d0ff43f commit 55c78db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: write

jobs:
format:
if: github.repository == 'eslint-community/eslint-plugin-promise'
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.github/release-please/manifest.json
coverage
CHANGELOG.md

0 comments on commit 55c78db

Please sign in to comment.