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 5bce914
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/comment-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: push

permissions:
pull-requests: write

jobs:
example_comment_pr:
runs-on: ubuntu-latest
name: An example job to comment a PR
steps:
- name: Checkout
uses: actions/checkout@v3
- 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 5bce914

Please sign in to comment.