فهرست منبع

Change Skip Condition

Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
Rob Winch 4 ماه پیش
والد
کامیت
ec3df2ed66
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/merge-dependabot-pr.yml

+ 1 - 1
.github/workflows/merge-dependabot-pr.yml

@@ -9,7 +9,7 @@ permissions: write-all
 jobs:
 jobs:
   merge-dependabot-pr:
   merge-dependabot-pr:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
-    if: github.actor == 'dependabot[bot]'
+    if: github.event.pull_request.user.login == 'dependabot[bot]'
     steps:
     steps:
 
 
       - uses: actions/checkout@v4
       - uses: actions/checkout@v4