From 2ea9b4f222f4e4026b779f92b2a7af4418256a24 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Thu, 12 May 2022 03:04:30 -0400 Subject: [PATCH] Remove bullet point about reusable workflows (#27614) --- data/release-notes/enterprise-server/3-5/0-rc1.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/release-notes/enterprise-server/3-5/0-rc1.yml b/data/release-notes/enterprise-server/3-5/0-rc1.yml index 65d27ade2b..50049ab415 100644 --- a/data/release-notes/enterprise-server/3-5/0-rc1.yml +++ b/data/release-notes/enterprise-server/3-5/0-rc1.yml @@ -116,8 +116,7 @@ sections: - You can pass environment secrets to reusable workflows. - The audit log includes information about which reusable workflows are used. - Reusable workflows in the same repository as the calling repository can be referenced with just the path and filename (`PATH/FILENAME`). The called workflow will be from the same commit as the caller workflow. - - Reusable workflows are subject to your organization's actions access policy. Previously, even if your organization had configured the "Allow select actions" policy, you were still able to use a reusable workflow from any location. Now if you use a reusable workflow that falls outside of that policy, your run will fail. For more information, see "[Enforcing policies for GitHub Actions in your enterprise](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-to-restrict-the-use-of-actions-in-your-enterprise)." - + - heading: Self-hosted runners for GitHub Actions can now disable automatic updates notes: # https://github.com/github/releases/issues/2014