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.
1 parent 05256da commit 65c0378Copy full SHA for 65c0378
.github/workflows/mark-duplicate-dependabot-prs.yml
@@ -5,6 +5,14 @@ on:
5
types: [closed]
6
7
jobs:
8
+ debug:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Debug Event Payload
12
+ run: |
13
+ echo "Merged: ${{ github.event.pull_request.merged }}"
14
+ echo "User Login: ${{ github.event.pull_request.user.login }}"
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]'
0 commit comments