From e0934669cc3cc991d74900f4655d57023384b317 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:07:37 +0800 Subject: [PATCH] automerge-from-merge-queue: upload metadata This workflow isn't working correctly yet. I want to have a look at the event payload to help me figure out the best way to fix it. --- .github/workflows/automerge-from-merge-queue.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/automerge-from-merge-queue.yml b/.github/workflows/automerge-from-merge-queue.yml index 742cdba1a87a2..1c396a6e43da5 100644 --- a/.github/workflows/automerge-from-merge-queue.yml +++ b/.github/workflows/automerge-from-merge-queue.yml @@ -36,6 +36,15 @@ jobs: pull-requests: read actions: read steps: + - name: Upload metadata + uses: actions/upload-artifact@v4 + with: + name: event_payload + path: ${{ github.event_path }} + + - name: Dump metadata + run: jq . "$GITHUB_EVENT_PATH" + - name: Get PR number id: pr env: