Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Nov 20, 2024
1 parent 8f972a2 commit d350b4e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Confirm documentation has been reviewed.
on:
pull_request:
paths:
- docs/developer-docs/
jobs:
docscheck:
name: Check PR comments.
runs-on: ubuntu-latest
steps:
- name: Find comment.
uses: peter-evans/find-comment@v3
with:
body-includes: I agree that I have run the commands and code included in this PR and have confirmed their accuracy and functionality.
- name: Comment on PR.
run: |
echo ${{ steps.fc.outputs.comment-id }}
echo ${{ steps.fc.outputs.comment-node-id }}
echo ${{ steps.fc.outputs.comment-body }}
echo ${{ steps.fc.outputs.comment-author }}
echo ${{ steps.fc.outputs.comment-created-at }}

0 comments on commit d350b4e

Please sign in to comment.