File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 2424 - main
2525
2626jobs :
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 :
You can’t perform that action at this time.
0 commit comments