From f2bee244691a013634585a6a5ad5d0199b1306d2 Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Sun, 27 Oct 2024 16:17:33 -0600 Subject: [PATCH] closer to auto-update --- .github/workflows/update-versions.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 14ee950a..8581dda5 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -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 @@ -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'