From d09b79b84abf58c6e2e18b0238a57aa15d161111 Mon Sep 17 00:00:00 2001 From: Al Clark Date: Wed, 16 Apr 2025 17:03:36 +0100 Subject: [PATCH 1/3] Updates compatibility wording for Restricted Contexts Rewords the requirements for Restricted Contexts to confirm that we now support GH App on GH Oauth connected orgs (hybrid). --- jekyll/_cci2/contexts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll/_cci2/contexts.adoc b/jekyll/_cci2/contexts.adoc index d2cdb23caa..26d17b4c81 100644 --- a/jekyll/_cci2/contexts.adoc +++ b/jekyll/_cci2/contexts.adoc @@ -97,7 +97,7 @@ You can combine several contexts for a single job by adding them to the context == Restrict a context -NOTE: Bitbucket repositories do *not* provide an API that allows CircleCI contexts to be restricted, only GitHub OAuth app accounts support security group restrictions. To find out which GitHub account type you have, refer to the xref:github-integration#[GitHub OAuth integration] page. +NOTE: Bitbucket repositories do *not* provide an API that allows CircleCI contexts to be restricted. only GitHub OAuth app accounts support security group restrictions, including GitHub App pipelines on GitHub OAuth connected organisations. To find out which GitHub account type you have, refer to the xref:github-integration#[GitHub OAuth integration] page. CircleCI enables you to restrict contexts at run time in the following ways: From 01ec4dfad9419fa3ff63999ae645f15848c48c47 Mon Sep 17 00:00:00 2001 From: Al Clark Date: Wed, 16 Apr 2025 17:05:06 +0100 Subject: [PATCH 2/3] Spelling. --- jekyll/_cci2/contexts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll/_cci2/contexts.adoc b/jekyll/_cci2/contexts.adoc index 26d17b4c81..9cdcaa6a0c 100644 --- a/jekyll/_cci2/contexts.adoc +++ b/jekyll/_cci2/contexts.adoc @@ -97,7 +97,7 @@ You can combine several contexts for a single job by adding them to the context == Restrict a context -NOTE: Bitbucket repositories do *not* provide an API that allows CircleCI contexts to be restricted. only GitHub OAuth app accounts support security group restrictions, including GitHub App pipelines on GitHub OAuth connected organisations. To find out which GitHub account type you have, refer to the xref:github-integration#[GitHub OAuth integration] page. +NOTE: Bitbucket repositories do *not* provide an API that allows CircleCI contexts to be restricted. Only GitHub OAuth app accounts support security group restrictions, including GitHub App pipelines on GitHub OAuth connected organisations. To find out which GitHub account type you have, refer to the xref:github-integration#[GitHub OAuth integration] page. CircleCI enables you to restrict contexts at run time in the following ways: From 577bb1611177bbbeafda127d7f5e53bab2ec0f68 Mon Sep 17 00:00:00 2001 From: Al Clark Date: Thu, 17 Apr 2025 11:56:48 +0100 Subject: [PATCH 3/3] Updates sp, link and adds webhook exception Updates spelling of Organization (British problems) and adds exception for custom webhooks. --- jekyll/_cci2/contexts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll/_cci2/contexts.adoc b/jekyll/_cci2/contexts.adoc index 9cdcaa6a0c..55c9d8f91e 100644 --- a/jekyll/_cci2/contexts.adoc +++ b/jekyll/_cci2/contexts.adoc @@ -97,7 +97,7 @@ You can combine several contexts for a single job by adding them to the context == Restrict a context -NOTE: Bitbucket repositories do *not* provide an API that allows CircleCI contexts to be restricted. Only GitHub OAuth app accounts support security group restrictions, including GitHub App pipelines on GitHub OAuth connected organisations. To find out which GitHub account type you have, refer to the xref:github-integration#[GitHub OAuth integration] page. +NOTE: Bitbucket repositories do *not* provide an API that allows CircleCI contexts to be restricted. Only GitHub OAuth app accounts support security group restrictions, including GitHub App pipelines on GitHub OAuth connected organizations. To find out which GitHub account type you have, refer to the xref:github-integration#using-github-app-functionality[GitHub OAuth integration] page. Restricting contexts for custom webhook triggers is not currently supported. CircleCI enables you to restrict contexts at run time in the following ways: