diff --git a/.github/workflows/gomod2nix.yml b/.github/workflows/gomod2nix.yml index 88414d7b..a36e5e29 100644 --- a/.github/workflows/gomod2nix.yml +++ b/.github/workflows/gomod2nix.yml @@ -38,7 +38,7 @@ jobs: git config --local user.name 'github-actions[bot]' git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com' git add --all - git commit -m "chore: bump deps" + git commit -m "chore(nix): bump deps" - name: Create Pull Request if: ${{ !github.head_ref }} continue-on-error: true @@ -46,3 +46,5 @@ jobs: with: delete-branch: true branch-suffix: short-commit-hash + with: + title: "chore(nix): bump deps" diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 201c8609..617ef813 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,6 +18,7 @@ jobs: with: ref: master fetch-depth: 0 + submodules: 'recursive' - name: Tidy Modules run: | @@ -42,3 +43,5 @@ jobs: if: ${{ !github.head_ref }} continue-on-error: true uses: peter-evans/create-pull-request@v8 + with: + title: "chore(lint): 改进代码样式"