Browse Source

ci: Update codegen PR template

Updated to match the commit message

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Dave Tucker 2 tháng trước cách đây
mục cha
commit
5d27e62b6a
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  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