Skip to content
Merged

a #10

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .github/workflows/pr-type.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Comment Bot
name: PR Bot

on:
pull_request_target:
Expand Down Expand Up @@ -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...
Empty file added testing
Empty file.