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

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
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 594ee9c

Please sign in to comment.