Skip to content

Commit 17dc48e

Browse files
committed
Excludes workflow files from Prettier formatting
Prevents Prettier from formatting workflow files due to GitHub token restrictions, as the token used by the Prettier auto-commit action lacks permissions to update files within the `.github/workflows/` directory.
1 parent cd45f4f commit 17dc48e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Prettier auto-commit runs with GITHUB_TOKEN (GitHub App).
2+
# GitHub blocks that token from creating/updating anything under .github/workflows.
3+
.github/workflows/**

0 commit comments

Comments
 (0)