From 246575416287da066547192af0fddd9881d16a62 Mon Sep 17 00:00:00 2001 From: MaxFlanders Date: Fri, 11 Jun 2021 15:50:48 -0400 Subject: [PATCH 1/3] Update sharing-workflows-with-your-organization.md --- .../sharing-workflows-with-your-organization.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md index 344b2dbc8d..5029f8d9a2 100644 --- a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md +++ b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md @@ -21,7 +21,9 @@ If you need to share workflows and other {% data variables.product.prodname_acti ### Creating a workflow template -Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan. +Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. + +> **Note:** Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan. This procedure demonstrates how to create a workflow template and metadata file. The metadata file describes how the template is presented to users when they are creating a new workflow. From 1f179cefedf78124dc55b09f988c0a165b44f177 Mon Sep 17 00:00:00 2001 From: MaxFlanders Date: Fri, 11 Jun 2021 21:50:42 -0400 Subject: [PATCH 2/3] Update content/actions/learn-github-actions/sharing-workflows-with-your-organization.md Co-authored-by: ajs256 <67526318+ajs256@users.noreply.github.com> --- .../sharing-workflows-with-your-organization.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md index 5029f8d9a2..983f784420 100644 --- a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md +++ b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md @@ -23,7 +23,9 @@ If you need to share workflows and other {% data variables.product.prodname_acti Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. -> **Note:** Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan. +{% note %} +**Note:** Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan. +{% endnote %} This procedure demonstrates how to create a workflow template and metadata file. The metadata file describes how the template is presented to users when they are creating a new workflow. From dba7195d759f88cf79cd4247601819305f084160 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Mon, 14 Jun 2021 07:40:47 +0100 Subject: [PATCH 3/3] Apply suggestions from code review --- .../sharing-workflows-with-your-organization.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md index 983f784420..8180bf6a23 100644 --- a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md +++ b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md @@ -24,7 +24,9 @@ If you need to share workflows and other {% data variables.product.prodname_acti Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. {% note %} -**Note:** Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan. + +**Note:** Workflow templates can be used to create new workflows in an organization' s public repository; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan. + {% endnote %} This procedure demonstrates how to create a workflow template and metadata file. The metadata file describes how the template is presented to users when they are creating a new workflow.