Skip to content

Commit

Permalink
back to full?
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 5, 2024
1 parent 2b6a1fa commit 999a366
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
branch: 'dpdk-sys/update'
title: 'bump dpdk-sys'
labels: "automated,dependencies"
branch: 'bump/dpdk-sys'
title: 'bump/dpdk-sys'
labels: |
automated
dependencies
signoff: 'true'
commit-message: 'bump dpdk-sys'
commit-message: 'bump/dpdk-sys'
sign-commits: 'true'
body: 'bump dpdk-sys'

Expand Down

0 comments on commit 999a366

Please sign in to comment.