Browse Source

Merge branch '6.3.x'

pull/15407/head
Marcus Hert Da Coregio 1 year ago
parent
commit
beff600d95
  1. 2
      .github/workflows/mark-duplicate-dependabot-prs.yml

2
.github/workflows/mark-duplicate-dependabot-prs.yml

@ -15,7 +15,7 @@ jobs: @@ -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

Loading…
Cancel
Save