浏览代码

Merge branch '6.2.x' into 6.3.x

Marcus Hert Da Coregio 1 年之前
父节点
当前提交
fc6acab133
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .github/workflows/mark-duplicate-dependabot-prs.yml

+ 8 - 0
.github/workflows/mark-duplicate-dependabot-prs.yml

@@ -5,6 +5,14 @@ on:
     types: [closed]
 
 jobs:
+  debug:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Debug Event Payload
+        run: |
+          echo "Merged: ${{ github.event.pull_request.merged }}"
+          echo "User Login: ${{ github.event.pull_request.user.login }}"
+
   check_duplicate_prs:
     runs-on: ubuntu-latest
     if: github.event.pull_request.merged == 'true' && github.event.pull_request.user.login == 'dependabot[bot]'