From adfed66ad72ac6d5aa1bdb87a6e255434ae88cb1 Mon Sep 17 00:00:00 2001 From: jakelorocco Date: Wed, 14 Jan 2026 16:12:14 -0500 Subject: [PATCH 1/2] a --- testing | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 testing diff --git a/testing b/testing new file mode 100644 index 0000000..e69de29 From de74ce2e0637ead8a77544ff4c95a56f70534668 Mon Sep 17 00:00:00 2001 From: jakelorocco Date: Thu, 15 Jan 2026 08:29:26 -0500 Subject: [PATCH 2/2] add comment --- .github/workflows/pr-type.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-type.yml b/.github/workflows/pr-type.yml index 2982a20..fb62a0f 100644 --- a/.github/workflows/pr-type.yml +++ b/.github/workflows/pr-type.yml @@ -1,4 +1,4 @@ -name: PR Comment Bot +name: PR Bot on: pull_request_target: @@ -59,3 +59,16 @@ jobs: else echo "Template file not found: $TEMPLATE_FILE" fi + + - name: Comment on PR + uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc + with: + message: | + The PR description has been updated with a checklist based on your selected PR type. + + Please fill out the checklist in the PR description above. + +# TODO: JAL. Need to add a misc / default category. +# TODO: JAL. remove anything but the checkboxes and an explanation from the default template until so that people don't get mistaken. +# TODO: JAL. add a new comment when the PR body is updated. +# remove checklists from the templates and just have TODOs... \ No newline at end of file