Skip to content

Commit

Permalink
Auto codespace: print event name and type to debug why it "ups" after…
Browse files Browse the repository at this point in the history
… closing the pull request (#54751)
  • Loading branch information
heiskr authored Mar 10, 2025
1 parent d88dce3 commit a07f57f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codespace-review-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
LOGIN: docs-bot
REPO: github/docs-internal
steps:
- name: Print event details
run: |
echo "github.event_name: ${{ github.event_name }}"
echo "github.event.action: ${{ github.event.action }}"
echo "github.actor: ${{ github.actor }}"
echo "github.event.pull_request.auto_merge: ${{ github.event.pull_request.auto_merge }}"
echo "github.triggering_actor: ${{ github.triggering_actor }}"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Check for existing codespace
Expand Down

0 comments on commit a07f57f

Please sign in to comment.