Skip to content

Commit

Permalink
Test of commenting on a PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 11, 2023
1 parent db4b982 commit a8fe3b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ jobs:
run: |
npm install
npm run format -- --dry-run -Werror
- name: Find Pull Request
uses: juliangruber/find-pull-request-action@v1
id: this-pull-request
with:
branch: ${{ github.ref_name }}
- name: Comment on pull request
if: ${{ this-pull-request }}
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ this-pull-request }}
body: |
This is a test of commenting on a PR from a workflow.
Windows50:
uses: ./.github/workflows/buildWindows.yml
with:
Expand Down

0 comments on commit a8fe3b9

Please sign in to comment.