From 1e243d8ead639c7eab24e5c3e25ad7f339c65ec0 Mon Sep 17 00:00:00 2001 From: Michael Bahr Date: Mon, 26 Aug 2024 18:35:52 +0200 Subject: [PATCH] docs(batches): exclude forking public repos from supported github app workflows --- docs/batch-changes/configuring-credentials.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/batch-changes/configuring-credentials.mdx b/docs/batch-changes/configuring-credentials.mdx index 1926a39f7..d411d8f0d 100644 --- a/docs/batch-changes/configuring-credentials.mdx +++ b/docs/batch-changes/configuring-credentials.mdx @@ -194,6 +194,9 @@ When Sourcegraph is configured to [clone repositories using SSH via the `gitURLT EXPERIMENTAL: Using GitHub Apps to authenticate Batch Changes is currently experimental, and there may still be some rough edges. +Features currently not supported are +- running a batch change with `fork: true` that targets a public repository on github.com + This is only available for GitHub code hosts. GitHub apps follow the same concepts as [personal and global access tokens](#types-of-access-tokens-used-by-batch-changes).