瀏覽代碼

Merge pull request #1159 from dave-tucker/codegen-pr-message

ci: Update codegen PR template
Dave Tucker 2 月之前
父節點
當前提交
67a0595f87
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      .github/workflows/gen.yml

+ 6 - 2
.github/workflows/gen.yml

@@ -63,8 +63,12 @@ jobs:
         uses: devops-infra/action-pull-request@master
         with:
           github_token: ${{ secrets.CRABBY_GITHUB_TOKEN }}
-          body: "**Automated pull request**<br><br>Update libbpf to ${{ env.LIBBPF_SHA }}"
-          title: Update libbpf to ${{ env.LIBBPF_SHA }}
+          body: |
+            **Automated pull request**
+
+            libbpf commit: ${{ env.LIBBPF_SHA }}
+
+          title: "chore(aya-obj, aya-ebpf-bindings): Regenerate bindings"
           source_branch: codegen
           target_branch: main
           get_diff: true