Skip to content

Commit

Permalink
Patchback checker debug (#2483)
Browse files Browse the repository at this point in the history
* Fixup patchback failure labelling

* Add debugging to backport tester
  • Loading branch information
tremble authored Jan 22, 2025
1 parent 10abc7d commit 9c3448f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/backports-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
- edited

jobs:
dump_context:
runs-on: ubuntu-latest
steps:
- name: Dump context
env:
EVENT_CONTEXT: ${{ toJson(github.event) }}
run: |
echo "${EVENT_CONTEXT}"
check_patchback_comment:
if: ${{
github.event.issue.pull_request.merged_at &&
Expand Down

0 comments on commit 9c3448f

Please sign in to comment.