Skip to content

Commit 85b679e

Browse files
Merge branch '6.2.x' into 6.3.x
2 parents 8f850f5 + 90ff253 commit 85b679e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
1616
check_duplicate_prs:
1717
runs-on: ubuntu-latest
18-
if: github.event.pull_request.merged == 'true' && github.event.pull_request.user.login == 'dependabot[bot]'
18+
if: github.event.pull_request.merged == true && github.event.pull_request.user.login == 'dependabot[bot]'
1919
steps:
2020
- name: Checkout Repository
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)