From 33f9bf7c78065547251cd03e5e49bbc6ebf34657 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 27 Feb 2022 03:52:16 -0500 Subject: [PATCH] Miscellaneous changes to the readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03fb451..740c0cb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -This bot will comment on PRs saying that either a user might need to add a changeset(note that PRs changing things like documentation generally don't need a changeset)or say that the PR is good and already has a changeset. +This bot will comment on PRs saying that either a user might need to add a changeset (note that PRs changing things like documentation generally don't need a changeset) or say that the PR is good and already has a changeset. screenshot of changeset bot message from https://github.com/mitchellhamilton/manypkg/pull/18 before a changeset was added @@ -46,7 +46,7 @@ yarn ## Behaviour -The changeset bot will listen for pull requests being opened and pull requests that have been updated, upon which it will +The changeset bot will listen for opening and updates to pull requests, upon which it will then scan through the files for a changeset that has been added. The bot will make a comment on the PR stating -whether it found a changeset or not, as well as the message of the latest commit. If the PR is being updated -then the bot will update the existing comment +whether or not it found a changeset, as well as the message of the latest commit. If the PR is being updated +then the bot will update its original comment.