From 4887d623611c174e6b9d65e373a3b35c87139942 Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Mon, 7 Oct 2024 18:47:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20-=20Files=20Synced=20|=20Runner?= =?UTF-8?q?=20ID=20:=2062=20|=20=E2=9A=A1=20Triggered=20By=20fuelviews/git?= =?UTF-8?q?hub-workflow-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dependabot-auto-merge.yml | 5 +++-- .github/workflows/open-ai-pr-description.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index f91b234..233f134 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -5,6 +5,7 @@ on: types: [closed] branches: - main + pull_request_target: types: [closed] branches: @@ -18,11 +19,11 @@ jobs: dependabot: runs-on: ubuntu-latest timeout-minutes: 10 - if: ${{ github.actor == 'dependabot[bot]' }} + if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'dependabot' }} steps: - name: Checkout the code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Dependabot metadata id: metadata diff --git a/.github/workflows/open-ai-pr-description.yml b/.github/workflows/open-ai-pr-description.yml index 5c7e72d..73b8c5f 100644 --- a/.github/workflows/open-ai-pr-description.yml +++ b/.github/workflows/open-ai-pr-description.yml @@ -5,7 +5,7 @@ on: pull_request jobs: openai-pr-description: runs-on: ubuntu-22.04 - if: github.actor != 'dependabot[bot]' + if: github.actor != 'dependabot[bot]' || github.actor != 'dependabot' steps: - uses: platisd/openai-pr-description@master with: