Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d5b8050
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Apr 21, 2026
92fd65a
Fix methods tagged as Member instead of Method in tooltips (#19507)
Copilot Apr 21, 2026
9574160
Fix aw-auto-update: unblock Go/GitHub network access, improve no-op p…
Copilot Apr 21, 2026
e21d943
[main] Source code updates from dotnet/dotnet (#19600)
dotnet-maestro[bot] Apr 22, 2026
2df9601
Update dependencies from https://github.com/dotnet/msbuild build 2026…
dotnet-maestro[bot] Apr 22, 2026
fd0ba7e
Update dependencies from https://github.com/dotnet/roslyn build 20260…
dotnet-maestro[bot] Apr 22, 2026
ec82b94
Chore: Eliminate debug/release IL baseline duality (#19611)
T-Gro Apr 22, 2026
a5df95f
Fix flaky async/task tests under CI load (#19632)
T-Gro Apr 23, 2026
8769cdf
Add Release CI legs for test projects, update git revisions (#19642)
auduchinok Apr 27, 2026
e3f8143
[main] Update dependencies from dotnet/roslyn (#19637)
dotnet-maestro[bot] Apr 27, 2026
c7d923c
Update dependencies from https://github.com/dotnet/arcade build 20260…
dotnet-maestro[bot] Apr 27, 2026
2187bab
Update VSMinorVersion from 4 to 7 (#19652)
abonie Apr 28, 2026
7355966
IlxGen: fix missing CompilationMapping attribute for generic values (…
auduchinok Apr 28, 2026
7487bd1
Fix accessibility and type-matching for generic extension method look…
evgTSV Apr 28, 2026
25dd46b
Resumable state machines: fix "builder@" variable leak (#19630)
majocha Apr 28, 2026
c517263
remove workaround (#19549)
Martin521 Apr 28, 2026
1b7bba3
Fix #7776: Detect missing implementations for C# 'abstract override' …
Copilot Apr 28, 2026
cd1d180
Address additional signature generation roundtrip bugs (#19609)
T-Gro Apr 28, 2026
836319f
Disable noop report-as-issue for all agentic workflows (#19655)
Copilot Apr 29, 2026
cb87e57
Fix seq try-with handler body executing twice (#19660) (#19661)
T-Gro Apr 29, 2026
b2077fe
[main] Update dependencies from dotnet/roslyn (#19654)
dotnet-maestro[bot] Apr 30, 2026
f91df7f
Update dependencies from https://github.com/dotnet/msbuild build 2026…
dotnet-maestro[bot] Apr 30, 2026
c068acc
[main] Update dependencies from dotnet/roslyn (#19670)
dotnet-maestro[bot] May 4, 2026
cd5ad8f
Bump OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.11.2 to 1.15…
dependabot[bot] May 4, 2026
0b96de0
Merge remote-tracking branch 'origin/main' into merge/main-to-feature…
T-Gro May 4, 2026
dda49b7
Fix malformed XML in Microsoft.FSharp.Compiler.fsproj from merge conf…
T-Gro May 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"FSHARPCORE_USE_PACKAGE": "false",
"PATH": "${localWorkspaceFolder}/.dotnet:${containerEnv:PATH}"
},
"postCreateCommand": [ "bash", "-c", "eng/common/dotnet.sh && cp -r .dotnet/sdk/* /usr/share/dotnet/sdk && cp -r .dotnet/shared/Microsoft.NETCore.App/* /usr/share/dotnet/shared/Microsoft.NETCore.App" ]
"postCreateCommand": [ "bash", "-c", "eng/common/dotnet.sh", "build", "FSharp.Compiler.Service.sln" ]
}
6 changes: 3 additions & 3 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"version": "v8",
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
},
"github/gh-aw-actions/setup@v0.67.4": {
"github/gh-aw-actions/setup@v0.68.3": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.67.4",
"sha": "9d6ae06250fc0ec536a0e5f35de313b35bad7246"
"version": "v0.68.3",
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
},
"github/gh-aw/actions/setup@v0.67.2": {
"repo": "github/gh-aw/actions/setup",
Expand Down
565 changes: 306 additions & 259 deletions .github/workflows/aw-auto-update.lock.yml

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions .github/workflows/aw-auto-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ permissions: read-all
network:
allowed:
- defaults
- go
- github

checkout:
ref: main
Expand All @@ -25,6 +27,8 @@ tools:
bash: true

safe-outputs:
noop:
report-as-issue: false
create-pull-request:
draft: false
title-prefix: "[Auto Update] "
Expand All @@ -43,19 +47,22 @@ You are a maintenance bot that keeps the repository's agentic workflow infrastru

## Task

1. **Upgrade**: Run `gh aw upgrade` to update the gh-aw CLI version and apply any codemods.
2. **Compile**: Run `gh aw compile` to recompile all workflows and verify 0 errors.
Run these steps in order and stop as soon as one tells you to exit:

1. **Upgrade**: Run `gh aw upgrade` to update the gh-aw CLI version and apply any codemods. If the command fails, report the error and exit immediately.
2. **Compile**: Run `gh aw compile` to recompile all workflows. If the command reports errors, report them and exit immediately.
3. **Check for changes**: Run `git diff` to see if anything changed.
4. **If no changes**: Report "Already up to date" and exit.
4. **If no changes**: Report "Already up to date" and exit immediately. Do not search for PRs, do not run any other commands.
5. **If changes exist**:
- Check if an open PR titled `[Auto Update] Agentic workflows` already exists (search open PRs).
- If a PR exists, push the changes to its branch (`agentics/auto-update-gh-aw`) to update it. Leave a brief comment noting what changed (e.g. "Updated gh-aw-actions/setup from vX to vY").
- If no PR exists, create a new PR from branch `agentics/auto-update-gh-aw` to `main` with title `[Auto Update] Agentic workflows` and a body summarizing the changes.

## Rules

- Only run `gh aw upgrade` and `gh aw compile`. Do **not** run `go` commands, `npm` commands, or any other package manager or build tool. Do **not** attempt to fix dependency resolution errors or edit generated files (go.mod, go.sum, package.json, etc.) manually.
- Only commit changes to files managed by `gh aw`: `.github/workflows/`, `.github/aw/`, `.github/agents/`.
- Use a single commit with message: `Update agentic workflows via gh aw upgrade`.
- The branch name must always be `agentics/auto-update-gh-aw`.
- If `gh aw compile` reports errors, do **not** create or update a PR. Instead, report the errors and exit.
- If `gh aw upgrade` or `gh aw compile` fails, report the error output and exit. Do **not** try to fix the failure.
- Be concise in PR descriptions and comments.
6 changes: 3 additions & 3 deletions .github/workflows/regression-pr-shepherd.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/regression-pr-shepherd.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ network:
- dotnet

safe-outputs:
noop:
report-as-issue: false
add-comment:
max: 5
target: "*"
Expand Down
Loading
Loading