~ruther/qmk_firmware

5f2b7bd78e11fe5042240cdf1859e5e87bf5e2bb — QMK Bot 4 years ago 052095d + 0e8cef2
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 12 insertions(+), 6 deletions(-)

M .github/workflows/format.yaml
M .github/workflows/format.yaml => .github/workflows/format.yaml +12 -6
@@ 28,10 28,16 @@ jobs:
        bin/qmk pyformat
        bin/qmk fileformat

    - name: Commit files
      uses: stefanzweifel/git-auto-commit-action@v4
    - name: Become QMK Bot
      run: |
        git config user.name 'QMK Bot'
        git config user.email 'hello@qmk.fm'

    - name: Create Pull Request
      uses: peter-evans/create-pull-request@v3
      with:
        commit_message: Format code according to conventions for $GITHUB_SHA
        commit_user_name: QMK Bot
        commit_user_email: hello@qmk.fm
        commit_author: QMK Bot <hello@qmk.fm>
        delete-branch: true
        author: QMK Bot <hello@qmk.fm>
        committer: QMK Bot <hello@qmk.fm>
        commit-message: Format code according to conventions
        title: '[CI] Format code according to conventions'