Skip to content

Commit

Permalink
chore(github): debug backport action (#2073)
Browse files Browse the repository at this point in the history
Add debug logs to backport action

issue: none
  • Loading branch information
corverroos authored Oct 4, 2024
1 parent 2afba79 commit a45228a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
types: ["labeled", "closed"]

jobs:
dump_contexts_to_log:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
JSON_DOC: ${{ toJson(github.event.pull_request) }}
run: echo "$JSON_DOC"

backport:
name: Backport PR
# Only run on merged PRs with the 'backport-to` label
Expand Down

0 comments on commit a45228a

Please sign in to comment.