From 3fe84237b84cdd3aa263cacc1673b8e456f8605b Mon Sep 17 00:00:00 2001
From: Sarah Drasner <sarah.drasner@gmail.com>
Date: Thu, 27 Aug 2020 23:20:43 -0600
Subject: [PATCH 1/2] Fix some title-casing errors

---
 README.md | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 33ed604..b1ca334 100644
--- a/README.md
+++ b/README.md
@@ -327,27 +327,27 @@ Set up your GitHub Actions workflow with a specific version of your programming
 - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded.
 - [Check bundlephobia](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed.
 
-### Pull Requests
+### Pull Requests (PRs)
 
-- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action)
-- [Open or update pull request on branch push (with branch selection)](https://github.com/vsoch/pull-request-action)
-- [Automatically rebase a PR](https://github.com/cirrus-actions/rebase)
-- [Label pull request once it has a specified number of approvals](https://github.com/pullreminders/label-when-approved-action)
-- [Add labels to Pull Request based on matched file patterns](https://github.com/banyan/auto-label)
-- [Auto approve pull requests](https://github.com/hmarr/auto-approve-action)
-- [Automatically add reviewers to pull request based on the configuration file](https://github.com/kentaro-m/auto-assign-action)
-- [Add labels to Pull Request based on branch name patterns](https://github.com/TimonVS/pr-labeler-action)
-- [Add labels to Pull Request based on total size of the diff](https://github.com/pascalgn/size-label-action)
-- [Automatically merge Pull Requests that are ready](https://github.com/pascalgn/automerge-action)
-- [Verify pull requests contain a ticket reference](https://github.com/vijaykramesh/pr-lint-action)
-- [Create a pull request for changes to your repository in the actions workspace](https://github.com/peter-evans/create-pull-request)
-- [Pull Request Lint](https://github.com/seferov/pr-lint-action)
-- [ChatOps For Pull Requests](https://github.com/machine-learning-apps/actions-chatops)
-- [Prefix title and body of a PR based on text extracted from branch name](https://github.com/tzkhan/pr-update-action)
+- [Set PR Reviewers Based on Assignees](https://github.com/pullreminders/assignee-to-reviewer-action)
+- [Open or Update PR on Branch Push (with Branch Selection)](https://github.com/vsoch/pull-request-action)
+- [Automatically Rebase a PR](https://github.com/cirrus-actions/rebase)
+- [Label PR once it has a Specified Number of Approvals](https://github.com/pullreminders/label-when-approved-action)
+- [Add Labels to a PR based on Matched File Patterns](https://github.com/banyan/auto-label)
+- [Auto-Approve PRs](https://github.com/hmarr/auto-approve-action)
+- [Automatically add Reviewers to PR based on the Configuration File](https://github.com/kentaro-m/auto-assign-action)
+- [Add Labels to a PR based on Branch Name Patterns](https://github.com/TimonVS/pr-labeler-action)
+- [Add Labels to a PR based on Total Size of the Diff](https://github.com/pascalgn/size-label-action)
+- [Automatically merge PRs That Are Ready](https://github.com/pascalgn/automerge-action)
+- [Verify That PRs Contain a Ticket Reference](https://github.com/vijaykramesh/pr-lint-action)
+- [Create a PR for Changes to your Repository in the Actions Workspace](https://github.com/peter-evans/create-pull-request)
+- [Lint a PR](https://github.com/seferov/pr-lint-action)
+- [ChatOps for PRs](https://github.com/machine-learning-apps/actions-chatops)
+- [Prefix Title and Body of a PR Based on Text Extracted from Branch Name](https://github.com/tzkhan/pr-update-action)
 - [Block Autosquash Commits](https://github.com/xt0rted/block-autosquash-commits-action)
 - [Automatically Bump and Tag on Merge](https://github.com/anothrNick/github-tag-action)
 - [Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections](https://github.com/tibdex/autosquash)
-- [Merge Pal - automatically update and merge pull requests](https://github.com/maxkomarychev/merge-pal-action)
+- [Merge Pal - Automatically Update and Merge PRs](https://github.com/maxkomarychev/merge-pal-action)
 - [Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title)
 - [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action)
 - [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action)

From d12914f31ad6ad4ff6eeb63686e07a2784d534b1 Mon Sep 17 00:00:00 2001
From: Sarah Drasner <sarah.drasner@gmail.com>
Date: Thu, 27 Aug 2020 23:23:16 -0600
Subject: [PATCH 2/2] pull request title without parenths

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b1ca334..8641f97 100644
--- a/README.md
+++ b/README.md
@@ -327,7 +327,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
 - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded.
 - [Check bundlephobia](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed.
 
-### Pull Requests (PRs)
+### Pull Requests
 
 - [Set PR Reviewers Based on Assignees](https://github.com/pullreminders/assignee-to-reviewer-action)
 - [Open or Update PR on Branch Push (with Branch Selection)](https://github.com/vsoch/pull-request-action)