diff --git a/.github/workflows/check-developer-experience.yml b/.github/workflows/check-developer-experience.yml index ab1ea31e..0b2dc4cf 100644 --- a/.github/workflows/check-developer-experience.yml +++ b/.github/workflows/check-developer-experience.yml @@ -9,7 +9,10 @@ name: Developer Experience on: - - push + pull_request: + branches: + - main + - dpdk-sys/update concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 14ee950a..7886ce42 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -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'