From 9d3b77bffcd0a8035b58cc6c5b41a42e93327ceb Mon Sep 17 00:00:00 2001 From: OpenHands Date: Fri, 1 Nov 2024 21:32:31 -0400 Subject: [PATCH] Fix issue #4695: [Bug]: Dependabot PRs fail on "Update PR Description" github action step (#4697) --- .github/workflows/ghcr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index 25d05b9a0c..8937c89173 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -401,7 +401,7 @@ jobs: exit 1 update_pr_description: name: Update PR Description - if: github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork + if: github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' needs: [ghcr_build_runtime] runs-on: ubuntu-latest steps: