Pārlūkot izejas kodu

Merge branch '6.2.x'

Marcus Hert Da Coregio 1 gadu atpakaļ
vecāks
revīzija
964731f920

+ 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]'
+    if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository_owner == 'spring-projects' }}
     steps:
       - name: Checkout
         id: checkout