Skip to content

Updates from glossary from original docs #13

Updates from glossary from original docs

Updates from glossary from original docs #13

Workflow file for this run

name: PR checklist comment
on:
pull_request:
types: [opened, reopened]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: Checkout documentation
uses: actions/checkout@v2
with:
repository: UCLH-DHCT/internal_emap_documentation
token: ${{ secrets.GH_PAT_READ_AND_COMMENT }}
ref: main
- id: get-pr-checklist
name: Get PR checklist
uses: chuhlomin/[email protected]
with:
template: SOP/pr_checklist.md
- name: Comment
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ github.event.pull_request.number }}
body: ${{ steps.get-pr-checklist.outputs.result }}