Bläddra i källkod

Fix issue #4695: [Bug]: Dependabot PRs fail on "Update PR Description" github action step (#4697)

OpenHands 1 år sedan
förälder
incheckning
9d3b77bffc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/ghcr-build.yml

+ 1 - 1
.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: