Skip to content

Add more some context for the README #30

Add more some context for the README

Add more some context for the README #30

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@v4
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 }}