Skip to content

Commit 5090f41

Browse files
DrJKLsnomiao
andauthored
devex: Change to a standard prefix, don't mark as skip ci (#5890)
## Summary Remove `[skip ci]` from the Playwright screenshot update commit message. ## Changes - **What**: Also changes the lint-and-format commit message to match. `[automated]` since they're not _fixes_, per se. I'm open to suggestions there. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5890-devex-Change-to-a-standard-prefix-don-t-mark-as-skip-ci-2806d73d365081acbc13e01c6a98dc8b) by [Unito](https://www.unito.io) Co-authored-by: snomiao <[email protected]>
1 parent 7e4c756 commit 5090f41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-and-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
git config --local user.email "[email protected]"
6868
git config --local user.name "GitHub Action"
6969
git add .
70-
git commit -m "[auto-fix] Apply ESLint and Prettier fixes"
70+
git commit -m "[automated] Apply ESLint and Prettier fixes"
7171
git push
7272
7373
- name: Final validation

.github/workflows/update-playwright-expectations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
git fetch origin ${{ github.head_ref }}
4040
git checkout -B ${{ github.head_ref }} origin/${{ github.head_ref }}
4141
git add browser_tests
42-
git commit -m "Update test expectations [skip ci]"
42+
git commit -m "[automated] Update test expectations"
4343
git push origin HEAD:${{ github.head_ref }}
4444
working-directory: ComfyUI_frontend

0 commit comments

Comments
 (0)