Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto-update working?
Browse files Browse the repository at this point in the history
daniel-noland committed Oct 27, 2024
1 parent 5680415 commit 9f2f154
Showing 2 changed files with 15 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,10 @@

name: Developer Experience
on:
- push
pull_request:
branches:
- main
- dpdk-sys/update

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
24 changes: 11 additions & 13 deletions .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
@@ -11,19 +11,16 @@
name: Update Version
on:
workflow_dispatch:
push:
branches:
- real-readme


schedule:
# Check for updates at 3:18am every day.
# I avoid midnight because everyone uses midnight and
# I don't need to contribute to load spikes.
- cron: '18 3 * * *'

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

env:
just: 1.36.0

permissions:
contents: write
pull-requests: write
@@ -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: 'dpdk-sys/update'
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 9f2f154

Please sign in to comment.