Skip to content

Commit 2562304

Browse files
Copilotdanroth27
andcommitted
Add documentation header to create-docs-issue workflow
Co-authored-by: danroth27 <[email protected]>
1 parent fc0c95b commit 2562304

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/create-docs-issue.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# This workflow automatically creates a documentation tracking issue in the dotnet/AspNetCore.Docs
2+
# repository when a breaking change issue is opened or labeled in this repository.
3+
#
4+
# Setup Requirements:
5+
# - A GitHub Personal Access Token (PAT) or GitHub App token with 'repo' scope must be configured
6+
# as a repository secret named 'DOCS_ISSUE_TOKEN' to allow creating issues in the docs repo.
7+
# - If DOCS_ISSUE_TOKEN is not configured, the workflow will attempt to use GITHUB_TOKEN,
8+
# but this will likely fail due to insufficient permissions for cross-repository operations.
9+
110
name: "Create Docs Issue for Breaking Change"
211
on:
312
issues:

0 commit comments

Comments
 (0)