You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both are minor version bumps with no breaking changes noted in their release notes. Maintainers can close #1273 and #1268 after merging this PR. This is a retry of the previously-blocked attempt (see issue #1276) which failed because push_to_pull_request_branch cannot touch protected files like Directory.Packages.props; this run creates the PR directly via create_pull_request instead, which is permitted to include protected files with review.
Test Status
β dotnet restore FSharp.Formatting.sln β succeeded with new package versions.
β dotnet test tests/fsdocs-tool.Tests/fsdocs-tool.Tests.fsproj --configuration Release --no-build β 12/12 passed.
β dotnet test tests/FSharp.Markdown.Tests/FSharp.Markdown.Tests.fsproj --configuration Release --no-build β 368/368 passed.
Trade-offs
Minimal, surgical change limited to two package versions plus a RELEASE_NOTES entry; no production code changes.
Warning
Protected Files β Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
Directory.Packages.props
The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.
Create the pull request manually
# Download the patch from the workflow run
gh run download 33932588559 -n agent -D /tmp/agent-33932588559
# Create a new branch
git checkout -b repo-assist/deps-bump-projinfo-nunit-20260905-489c7e586512c55e main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-33932588559/aw-repo-assist-deps-bump-projinfo-nunit-20260905.patch
# Push the branch and create the pull request
git push origin repo-assist/deps-bump-projinfo-nunit-20260905-489c7e586512c55e
gh pr create --title '[repo-assist] deps: bump Ionide.ProjInfo to 0.75.0 and NUnit3TestAdapter to 6.3.0' --base main --head repo-assist/deps-bump-projinfo-nunit-20260905-489c7e586512c55e --repo fsprojects/FSharp.Formatting
Generated by π Repo Assist, see workflow run. Learn more. Comment /repo-assist to run again
Add this agentic workflow to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@ae8d551f07c7ed7619f8c58c7bb4c3ac89395d38
π€ This PR was created by Repo Assist, an automated AI assistant.
Summary (Task 10 β Take the Repository Forward)
Bundles two small, non-breaking dependency bumps that were already open as individual Dependabot PRs:
Both are minor version bumps with no breaking changes noted in their release notes. Maintainers can close #1273 and #1268 after merging this PR. This is a retry of the previously-blocked attempt (see issue #1276) which failed because
push_to_pull_request_branchcannot touch protected files likeDirectory.Packages.props; this run creates the PR directly viacreate_pull_requestinstead, which is permitted to include protected files with review.Test Status
dotnet restore FSharp.Formatting.slnβ succeeded with new package versions.dotnet build FSharp.Formatting.sln --configuration Releaseβ 0 warnings, 0 errors.dotnet test tests/fsdocs-tool.Tests/fsdocs-tool.Tests.fsproj --configuration Release --no-buildβ 12/12 passed.dotnet test tests/FSharp.Markdown.Tests/FSharp.Markdown.Tests.fsproj --configuration Release --no-buildβ 368/368 passed.Trade-offs
Minimal, surgical change limited to two package versions plus a RELEASE_NOTES entry; no production code changes.
Warning
Protected Files β Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
Directory.Packages.propsThe push was rejected because GitHub Actions does not have
workflowspermission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.Create the pull request manually
Add this agentic workflow to your repo
To install this agentic workflow, run