From 25b02fa96c344b34a3d50d778a37d91e32317d9a Mon Sep 17 00:00:00 2001 From: Zaran Lalvani Date: Wed, 15 May 2024 21:43:10 -0400 Subject: [PATCH] wip: bumpgen workflow fixes --- .github/workflows/bumpgen-core.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bumpgen-core.yml b/.github/workflows/bumpgen-core.yml index 0dab179..f4de964 100644 --- a/.github/workflows/bumpgen-core.yml +++ b/.github/workflows/bumpgen-core.yml @@ -13,8 +13,12 @@ jobs: main: name: Run Bumpgen runs-on: ubuntu-latest + # Need to run on all commits on PRs opened by dependabot except those committed by bumpgen + # This might not work if: ${{ github.actor == 'dependabot[bot]' || contains( github.event.pull_request.labels.*.name, 'run bumpgen') }} steps: + - name: Print github obj + run: echo ${{ toJson(github) }} - uses: actions/checkout@v4 - name: Setup uses: ./tooling/github/setup