Skip to content

Commit

Permalink
Add more test workflow stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Jul 4, 2024
1 parent 3dbf369 commit 4c52a75
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"

0 comments on commit 4c52a75

Please sign in to comment.