You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,14 @@ Then you should be good to go.
59
59
60
60
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.
61
61
62
+
### Issue / PR closing
63
+
64
+
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:
65
+
66
+
```
67
+
@github-actions close
68
+
```
69
+
62
70
### Extras
63
71
64
72
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