From 78863495d2315cb3c391ce25f71d7be730e4cc5c Mon Sep 17 00:00:00 2001 From: Robert Sese Date: Wed, 16 Feb 2022 11:57:50 -0600 Subject: [PATCH] Don't allow public contributions to 'actions/deployment/security-hardening-your-deployments/' files (#25406) see docs-engineering#1506 --- .github/workflows/triage-unallowed-contributions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/triage-unallowed-contributions.yml b/.github/workflows/triage-unallowed-contributions.yml index caae155b4a..a84cac5d95 100644 --- a/.github/workflows/triage-unallowed-contributions.yml +++ b/.github/workflows/triage-unallowed-contributions.yml @@ -21,6 +21,7 @@ on: - 'package*.json' - 'script/**' - 'translations/**' + - 'content/actions/deployment/security-hardening-your-deployments/**' permissions: pull-requests: write @@ -67,6 +68,7 @@ jobs: - 'package*.json' - 'scripts/**' - 'translations/**' + - 'content/actions/deployment/security-hardening-your-deployments/**' # When there are changes to files we can't accept, leave a comment # explaining this to the PR author @@ -90,6 +92,7 @@ jobs: 'package*.json', 'scripts/**', 'translations/**', + 'content/actions/deployment/security-hardening-your-deployments/**', ] const badFiles = badFilesArr.join('\n')