diff --git a/.github/workflows/check_release_notes.yml b/.github/workflows/check_release_notes.yml index a3828fa..a9718eb 100644 --- a/.github/workflows/check_release_notes.yml +++ b/.github/workflows/check_release_notes.yml @@ -19,10 +19,10 @@ jobs: pull-requests: write steps: - - name: Update comment - uses: peter-evans/create-or-update-comment@v3 - with: - issue-number: 1 - body: | - **Edit:** Some additional info - reactions: eyes + - name: Get PR labels + id: pr-labels + uses: joerick/pr-labels-action@v1.0.8 + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" \ No newline at end of file