| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Update issue templates to set issue types (#66851) * Add type field to bug report issue template * Update 20_feature_request.yml * Update 30_api_proposal.md | 3 个月前 | |
change to 2.3 (#63339) | 1 年前 | |
Update agentic workflows for gh aw v0.82.13 (#67901) Bump gh-aw generated files to gh aw v0.82.13: - Update .github/aw/actions-lock.json: pin github/gh-aw-actions/setup and new setup-cli to v0.82.13, add container digest pin for mcr.microsoft.com/dotnet/sdk:10.0, and normalize actions/github-script@v9.0.0 to its commit SHA (3a2844b). - Migrate dispatcher agent to .github/skills/agentic-workflows/SKILL.md and regenerate .github/workflows/agentics-maintenance.yml. - Collapse the PAT-pool COPILOT_GITHUB_TOKEN case() expression onto a single line in the six agentic workflows so the v0.82.13 compiler emits valid YAML (the multiline block-scalar form now compiles to invalid YAML). - Recompile all workflows with 'gh aw compile --schedule-seed dotnet/aspnetcore'. Copilot-Session: d7b601c9-af9b-4c8c-9561-8de5696176b9 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> | 2 个月前 | |
Create auto-documenting workflow (#69391) * Add fork docs check workflow Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Use workflow token for source PR reads Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Improve docs workflow decisions and notifications Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e * Exclude security-sensitive PRs from docs automation Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e * Remove hard wrapping from docs workflow prompt Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e * Harden documentation workflow orchestration Add deterministic version resolution, safe reuse of existing documentation drafts, trusted outcome validation, and a bounded agent turn budget. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e * Raise documentation workflow turn cap Allow up to 100 model invocations and report preflight validation failures without an assertion traceback. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e * Refine security documentation eligibility Allow ordinary security-related features and behavior changes to be documented at the level already established in the docs while continuing to exclude vulnerability details and abuse analysis. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e * Keep documentation workflow manual-only Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e * Prepare docs workflow for upstream repositories Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e * Use fork-backed docs automation Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e * Harden docs workflow validation Use the configured Client ID secret and reject inconsistent or failed documentation mutations before reporting success. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2b9e3a63-1301-4a8f-8245-b077328bfd4e | 1 天前 | |
Add dotnet/skills marketplace and enable plugins (#66406) | 4 个月前 | |
Add shared contributor guidance and optional PR review skill (#69146) * Add reduced PR review skill references Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Clarify reduced review reference coverage Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Correct cross-cutting review routing Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Move contributor guidance out of the PR review skill Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 23284af6-fe88-4424-a958-1cd6ea24c056 * Clarify immutable review guidance loading Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Harden review orchestrator contracts Clarify delegated topic-worker boundaries and require PR-attributable causality evidence while keeping the review skill within evaluator limits. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Guard delegated reviewer role provenance Require trusted invocation context for delegated topic-worker roles so pull request content cannot suppress top-level orchestration. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Refine delegated review execution Clarify top-level activation, diff-side causality, bounded worker fallback, and topic result requirements. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Align finding baseline template Use the immutable pull request diff old side for finding before-state evidence. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Consolidate Blazor contributor guidance with architecture Reference the canonical Components composition model and retain concrete change and validation guidance without restating architectural ownership rules. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Require causal evidence in topic worker results Include immutable before/after behavior, changed causal edge, and binding requirements in the normal Step 4 dispatch packet. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9e718f87-7257-4beb-affd-2217c7a42c72 * Correct Blazor inbound route precedence guidance Document simple-segment precedence and optional/non-optional ambiguity using supplemental implementation and test references. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 23284af6-fe88-4424-a958-1cd6ea24c056 --------- Co-authored-by: PureWeen <223556219+Copilot@users.noreply.github.com> Copilot-Session: 23284af6-fe88-4424-a958-1cd6ea24c056 Copilot-Session: 9e718f87-7257-4beb-affd-2217c7a42c72 | 6 天前 | |
Fix extra `\n` in resourceManagement for breaking change announcement (#68214) | 1 个月前 | |
[pr-attention-queue] Guard merge recommendations with current review evidence (#69355) * [pr-attention-queue] Guard merge recommendations with current review evidence Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * [pr-attention-queue] Preserve per-reviewer feedback and requests Keep another reviewer approval from hiding outstanding feedback or renewed requests. Preserve settled review roundtrips and characterize empty-review and comment-coverage evidence through the shared producer and Pulse validators. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * [pr-attention-pulse] Schedule the dashboard daily Retain manual dispatch and add the pinned daily schedule, compiled to 12:50 UTC every calendar day. Cover source and generated triggers plus scheduled and manual activation through the pinned runtime without changing the pipeline. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> | 5 天前 | |
Use Copilot PAT pool for docs workflow (#69431) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> | 1 天前 | |
[Blazor] Move JSInterop under Components (#69052) * Move JSInterop under Components * Fix generated metadata after JSInterop move | 13 天前 | |
Update copilot-instructions.md (#69211) | 7 天前 | |
Exclude Helix Job Monitor from Dependabot updates (#69331) * Exclude Helix Job Monitor from Dependabot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Match Helix Job Monitor package casing Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> | 7 天前 | |
Add / update PR templates (#37412) - add eng/PatchConfig.props reminder for release/2.1 - move related issue into **Description** - address Markdown lint complaints - create similar templates for internal PRs - include new .azuredevops folder in CODEOWNERS | 4 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 个月前 | ||
| 1 年前 | ||
| 2 个月前 | ||
| 1 天前 | ||
| 4 个月前 | ||
| 6 天前 | ||
| 1 个月前 | ||
| 5 天前 | ||
| 1 天前 | ||
| 13 天前 | ||
| 7 天前 | ||
| 7 天前 | ||
| 4 年前 |