diff --git a/.github/workflows/check-pr-comment-fixes-issue.yml b/.github/workflows/check-pr-comment-fixes-issue.yml new file mode 100644 index 0000000000..cef195c588 --- /dev/null +++ b/.github/workflows/check-pr-comment-fixes-issue.yml @@ -0,0 +1,16 @@ +name: PR checks (PR description format) + +on: + pull_request: + types: [opened, edited, reopened] + +jobs: + check: + name: Check PR description + runs-on: ubuntu-latest + steps: + - uses: DARMA-tasking/check-pr-fixes-issue@master + with: + pr_branch: ${{ github.head_ref }} + pr_title: ${{ github.event.pull_request.title }} + pr_description: ${{ github.event.pull_request.body }}