Explorar o código

Merge branch '6.3.x'

Marcus Hert Da Coregio hai 1 ano
pai
achega
beff600d95
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/mark-duplicate-dependabot-prs.yml

+ 1 - 1
.github/workflows/mark-duplicate-dependabot-prs.yml

@@ -15,7 +15,7 @@ jobs:
 
   check_duplicate_prs:
     runs-on: ubuntu-latest
-    if: github.event.pull_request.merged == 'true' && github.event.pull_request.user.login == 'dependabot[bot]'
+    if: github.event.pull_request.merged == true && github.event.pull_request.user.login == 'dependabot[bot]'
     steps:
       - name: Checkout Repository
         uses: actions/checkout@v4