From 81297b88bd0600aaa7e89024b6068879fb842110 Mon Sep 17 00:00:00 2001 From: Orta Date: Mon, 6 Sep 2021 15:21:42 +0100 Subject: [PATCH] Re-open docs --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b028c891..cba68652 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Then you should be good to go. We force the use of [`pull_request_target`](https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/) as a workflow event to ensure that someone cannot change the CODEOWNER files at the same time as having that change be used to validate if they can merge. -### Issue / PR closing +### Issue / PR manipulation Merging a PR has strict security requirements, but closing a PR or Issue can have a weaker one. Anyone with a GitHub login in the CODEOWNER has the ability to close any PR / Issue via a comment/review which includes: @@ -67,6 +67,12 @@ Merging a PR has strict security requirements, but closing a PR or Issue can hav @github-actions close ``` +A closed PR can be re-opened with: + +``` +@github-actions reopen +``` + ### Extras You can use this label to set labels for specific sections of the codebase, by having square brackets to indicate labels to make: `[label]`