◐ Shell
clean mode source ↗

meta: add automation policy · nodejs/node@09e17fe

Original file line numberDiff line numberDiff line change

@@ -19,6 +19,7 @@ works.

1919

* [Code of Conduct](#code-of-conduct)

2020

* [Issues](#issues)

2121

* [Pull Requests](#pull-requests)

22+

* [Automation and bots](#automation-and-bots)

2223

* [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin-11)

2324
2425

## [Code of Conduct](./doc/contributing/code-of-conduct.md)

@@ -47,6 +48,18 @@ dependencies, and tools contained in the `nodejs/node` repository.

4748

* [Reviewing Pull Requests](./doc/contributing/pull-requests.md#reviewing-pull-requests)

4849

* [Notes](./doc/contributing/pull-requests.md#notes)

4950
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+
5063

## Developer's Certificate of Origin 1.1

5164
5265

```text