docs: document create-github-issue and set-github-issue-type safe outputs - #1803
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: document create-github-issue and set-github-issue-type safe outputs#1803github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…puts Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
create-github-issueandset-github-issue-typesafe outputs (added in feat(safeoutputs): add GitHub issue outputs #1670, commit 18c87dc) for human readers — this is a major public safe-output surface that writes to GitHub (not ADO) from Stage 3 only, and it had zero coverage inREADME.mdor the docs site (onlydocs/safe-outputs.md, which is agent-facing and out of scope here).Changes
README.md:target-repo,allowed-labels,require-temporary-id,allowedissue types, and theADO_AW_GITHUB_TOKENsecret setup, with a pointer to the site reference for GitHub App auth details.site/src/content/docs/reference/safe-outputs.mdx:create-github-issueandset-github-issue-type, and temporary-ID linkage/approval-gating rules between the two tools.Accuracy checks
allowed-labelsdefault-deny vsallowedtype default-allow,require-approvalco-gating, temporary-ID format#aw_+ 3-12 chars, Stage-3-only credential isolation) verified againstdocs/safe-outputs.md(the existing agent-facing reference for this feature) and cross-checked againstsrc/safe_outputs/create_github_issue.rs/set_github_issue_type.rs.Validation
cd site && npm run build:astro(fullnpm run buildfails only on the pre-existing, unrelatedslidesPlaywright/Chromium download, which is blocked by this sandbox's network policy — not caused by this change). Build succeeded, 38 pages generated, all internal links validated.Created by the docs-writer workflow.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
cdn.playwright.devTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.