瀏覽代碼

Merge branch '6.2.x'

Marcus Hert Da Coregio 1 年之前
父節點
當前提交
6e764faa82
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/trigger-dependabot-auto-merge-forward.yml

+ 1 - 1
.github/workflows/trigger-dependabot-auto-merge-forward.yml

@@ -9,7 +9,7 @@ jobs:
   trigger-worflow:
     name: Trigger Workflow
     runs-on: ubuntu-latest
-    if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository_owner == 'spring-projects' }}
+    if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' && startsWith(github.ref, 'refs/heads/') }}
     steps:
       - name: Checkout
         id: checkout