Skip to content

Commit 81297b8

Browse files
committed
Re-open docs
1 parent 8d3fccd commit 81297b8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,20 @@ Then you should be good to go.
5959
6060
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.
6161

62-
### Issue / PR closing
62+
### Issue / PR manipulation
6363

6464
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:
6565

6666
```
6767
@github-actions close
6868
```
6969

70+
A closed PR can be re-opened with:
71+
72+
```
73+
@github-actions reopen
74+
```
75+
7076
### Extras
7177

7278
You can use this label to set labels for specific sections of the codebase, by having square brackets to indicate labels to make: `[label]`

0 commit comments

Comments
 (0)