@@ -19,6 +19,7 @@ works.
|
19 | 19 | * [Code of Conduct](#code-of-conduct) |
20 | 20 | * [Issues](#issues) |
21 | 21 | * [Pull Requests](#pull-requests) |
| 22 | +* [Automation and bots](#automation-and-bots) |
22 | 23 | * [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin-11) |
23 | 24 | |
24 | 25 | ## [Code of Conduct](./doc/contributing/code-of-conduct.md) |
@@ -47,6 +48,18 @@ dependencies, and tools contained in the `nodejs/node` repository.
|
47 | 48 | * [Reviewing Pull Requests](./doc/contributing/pull-requests.md#reviewing-pull-requests) |
48 | 49 | * [Notes](./doc/contributing/pull-requests.md#notes) |
49 | 50 | |
| 51 | +## Automation and bots |
| 52 | + |
| 53 | +An automation tool or bot that is not managed by the Node.js project |
| 54 | +must seek explicit authorization by opening an issue with their owner |
| 55 | +in [nodejs/admin](https://github.com/nodejs/admin) before interacting |
| 56 | +with the project. |
| 57 | + |
| 58 | +Interactions (including Issues, Comments, Pull Requests and Reviews) made |
| 59 | +by an automation that was not authorized by Node.js collaborators are |
| 60 | +subject to immediate moderation enforcement on the automation and owner |
| 61 | +without notice. |
| 62 | + |
50 | 63 | ## Developer's Certificate of Origin 1.1 |
51 | 64 | |
52 | 65 | ```text |
|