From dfe0fee0d8e3f586497bc8e18c3640436dce9685 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Tue, 21 Apr 2026 09:50:10 -0400 Subject: [PATCH] meta: add automation policy --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae787bc6d8e84f..54296234a304d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,7 @@ works. * [Code of Conduct](#code-of-conduct) * [Issues](#issues) * [Pull Requests](#pull-requests) +* [Automation and bots](#automation-and-bots) * [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin-11) ## [Code of Conduct](./doc/contributing/code-of-conduct.md) @@ -47,6 +48,18 @@ dependencies, and tools contained in the `nodejs/node` repository. * [Reviewing Pull Requests](./doc/contributing/pull-requests.md#reviewing-pull-requests) * [Notes](./doc/contributing/pull-requests.md#notes) +## Automation and bots + +An automation tool or bot that is not managed by the Node.js project +must seek explicit authorization by opening an issue with their owner +in [nodejs/admin](https://github.com/nodejs/admin) before interacting +with the project. + +Interactions (including Issues, Comments, Pull Requests and Reviews) made +by an automation that was not authorized by Node.js collaborators are +subject to immediate moderation enforcement on the automation and owner +without notice. + ## Developer's Certificate of Origin 1.1 ```text