Skip to content

Commit

Permalink
closer to auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 27, 2024
1 parent 5680415 commit f2bee24
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ on:
push:
branches:
- real-readme


schedule:
- cron: '18 3 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
just: 1.36.0

permissions:
contents: write
pull-requests: write
Expand All @@ -42,13 +39,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- run: ./scripts/update-versions.sh
- run: uuidgen > biscuit
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
branch: 'update-versions'
title: 'Update versions'
branch: 'main'
title: 'bump dpdk-sys'
assignees: "daniel-noland"
labels: "update,bot"
maintainer-can-modify: 'true'
labels: "automated,dependencies"
signoff: 'true'
commit-message: 'bump dpdk-sys'
sign-commits: 'true'
body: 'bump dpdk-sys'

0 comments on commit f2bee24

Please sign in to comment.