Skip to content

Commit

Permalink
ci: Update codegen PR template
Browse files Browse the repository at this point in the history
Updated to match the commit message

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
  • Loading branch information
dave-tucker committed Feb 1, 2025
1 parent 0865e08 commit 5d27e62
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5d27e62

Please sign in to comment.