We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0c95b commit 2562304Copy full SHA for 2562304
1 file changed
.github/workflows/create-docs-issue.yaml
@@ -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
+
10
name: "Create Docs Issue for Breaking Change"
11
on:
12
issues:
0 commit comments