Skip to content

Commit

Permalink
payload
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 24, 2024
1 parent 7f8c2ee commit 784849b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/block-merge-eol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
server_major=$(echo "${{ github.base_ref }}" | sed -En 's/stable//p')
echo "server_major=$server_major" >> $GITHUB_ENV
- uses: actions/github-script@v3
- name: PAYLOAD
uses: actions/github-script@v3
with:
script: |
const isClosing = context.payload.action == 'closed'
const labels = JSON.stringify(context.payload.issue.labels)
console.log(JSON.stringify(context.payload))
- name: INFO
if: github.event.review.state == 'APPROVED'
run: console.log(github.event.review)
Expand Down

0 comments on commit 784849b

Please sign in to comment.