Skip to content

Commit

Permalink
chore(workflows): post mock diff md comment for demo purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Mar 14, 2024
1 parent da9f620 commit 8b4770e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/comment-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: push

jobs:
example_comment_pr:
runs-on: ubuntu-latest
name: An example job to comment a PR
steps:
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
filePath: packages/utils/src/lib/reports/__snapshots__/report-diff-mixed.md
pr_number: 566

0 comments on commit 8b4770e

Please sign in to comment.