From c73da76ec150652d79c212e805e7376b3d83dcb1 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 21 Mar 2022 18:29:06 -0700 Subject: [PATCH] Document another repo setting (#5654) --- docs/contributing/repository-settings.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/contributing/repository-settings.md b/docs/contributing/repository-settings.md index e94577cc7b..7eb91bf7bd 100644 --- a/docs/contributing/repository-settings.md +++ b/docs/contributing/repository-settings.md @@ -2,10 +2,20 @@ (In addition to https://github.com/open-telemetry/community/blob/main/docs/how-to-configure-new-repository.md) +## General + * Automatically delete head branches: CHECKED So that bot PR branches will be deleted. +## Actions > General + +* Fork pull request workflows from outside collaborators: + "Require approval for first-time contributors who are new to GitHub" + + To reduce friction for new contributors + (the default is "Require approval for first-time contributors"). + ## Branch protections (In addition to https://github.com/open-telemetry/community/blob/main/docs/how-to-configure-new-repository.md)