Skip to content

Commit 3f3c57e

Browse files
authored
Update approve-merge.yml (#401)
Removes debug output block, as we no longer need that.
1 parent 3b8c8bc commit 3f3c57e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/approve-merge.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@ on:
2424
- main
2525

2626
jobs:
27-
# --- TEMPORARY DEBUG JOB ---
28-
# This job will run unconditionally to dump the PR event context
29-
debug_pr_event:
30-
runs-on: ubuntu-latest
31-
if: github.event.pull_request.user.login == 'googlemaps-bot' && github.event.pull_request.head.ref == 'temp-build-branch'
32-
steps:
33-
- name: Dump Pull Request Event Context
34-
run: |
35-
echo "--- Debugging PR Event Context ---"
36-
echo "PR User Login (github.event.pull_request.user.login): ${{ github.event.pull_request.user.login }}"
37-
echo "PR Head Ref (github.event.pull_request.head.ref): ${{ github.event.pull_request.head.ref }}"
38-
echo ""
39-
echo "--- Full Pull Request Event JSON (for more details) ---"
40-
echo "${{ toJson(github.event.pull_request) }}"
41-
echo "--- End Debugging ---"
42-
4327
approve-and-merge:
4428
runs-on: ubuntu-latest
4529
permissions:

0 commit comments

Comments
 (0)