Skip to content

Commit

Permalink
Update check_release_notes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey authored Sep 1, 2023
1 parent f7225a1 commit 3c6189c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/check_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,14 @@ jobs:
pull-requests: write

steps:
- run: echo 'Label was ${{ github.event.pull_request.action }}!'
- name: Create comment
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: 1
body: |
This is a multi-line test comment
- With GitHub **Markdown** :sparkles:
- Created by [create-or-update-comment][1]
[1]: https://github.com/peter-evans/create-or-update-comment
reactions: '+1'

0 comments on commit 3c6189c

Please sign in to comment.