We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f850f5 + 90ff253 commit 85b679eCopy full SHA for 85b679e
.github/workflows/mark-duplicate-dependabot-prs.yml
@@ -15,7 +15,7 @@ jobs:
15
16
check_duplicate_prs:
17
runs-on: ubuntu-latest
18
- 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]'
19
steps:
20
- name: Checkout Repository
21
uses: actions/checkout@v4
0 commit comments