From 5d27e62b6a8bc3aeb717aec92b9e0bc71f4b28d1 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Sat, 1 Feb 2025 20:27:20 +0000 Subject: [PATCH] ci: Update codegen PR template Updated to match the commit message Signed-off-by: Dave Tucker --- .github/workflows/gen.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 12aecef3..35a7afd3 100644 --- a/.github/workflows/gen.yml +++ b/.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**

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