Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reformat.yml with the latest git-auto-commit #1043

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/reformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Reformat
run: ./scripts/reformat-altlabels
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.3.0
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "🤖🧹 reformat crk.altlabel [skip ci]"
commit_message: "🤖🧹 reformat crk.altlabel"

reformat-python:
runs-on: ubuntu-latest
Expand All @@ -48,9 +48,9 @@ jobs:
run: |
black .
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.3.0
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "🤖🧹 reformat Python files [skip ci]"
commit_message: "🤖🧹 reformat Python files"

reformat-javascript:
runs-on: ubuntu-latest
Expand All @@ -70,9 +70,9 @@ jobs:
- name: Reformat JavaScript
run: npm run reformat
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.3.0
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "🤖🧹 reformat JavaScript files [skip ci]"
commit_message: "🤖🧹 reformat JavaScript files"

reformat-importjson:
if: "! contains(toJSON(github.event.commits.*.message), '[skip reformat]')"
Expand Down Expand Up @@ -114,6 +114,6 @@ jobs:
run: "pipenv run ./crkeng-manage sortimportjson --git-files"

- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.3.0
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "🤖🧹 reformat importjson files [skip ci]"
commit_message: "🤖🧹 reformat importjson files"