Skip to content

Commit

Permalink
Add comment id
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jan 5, 2024
1 parent e245114 commit b90fff6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,18 @@ jobs:

- run: ls -R single-comments

- name: Find Comment
uses: peter-evans/find-comment@
id: fc
with:
issue-number: ${{ github.event.number }}
comment-author: github-actions[bot]
body-includes: '## PR Health'

- name: Write comment id to file
if: ${{ steps.fc.outputs.comment-id == 0 }}
run: echo ${{ steps.fc.outputs.comment-id }} >> output/commentId

- name: Merge all single comments
run: |
mkdir output
Expand Down

0 comments on commit b90fff6

Please sign in to comment.