From 19abc0b0e9a8f809f5e255d00ab8fc130d623163 Mon Sep 17 00:00:00 2001 From: Rob Anderson Date: Fri, 4 Aug 2023 01:00:55 -0400 Subject: [PATCH] Remove bot user (#62) Update doc with additional branch protection settings --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8662f4..64062bb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ Check `Issue comment` Check `Pull request` #### Allow app to bypass branch protection -If you want the app to merge the emergency PR, and you have "Require status checks to pass before merging" in your branch protection, you will need to allow the app to bypass branch protection. +If you want the app to merge the emergency PR, and have configured "Require status checks to pass before merging" in your branch protection rule, you will need to allow the app to bypass branch protection. + +If you want the app to merge the emergency PR, and have configured "Restrict who can push to matching branches" in your branch projection rule, you will need to allow the app push access to the matching branches. Once you have the bot user setup and the GitHub app configured you are ready to deploy!