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
🤖 This is an automated pull request from Repo Assist, an AI assistant.
Summary
Applies the NuGet/login v1.2.0 update to .github/workflows/publish.yaml, bundling the change from Dependabot PR #412.
What changed
publish.yaml: pin NuGet/login to 8d196754b4036150537f80ac539e15c2f1028841 (v1.2.0), replacing the previous v1.1.0 SHA
Why
NuGet/login v1.2.0 updates the action to node24, keeping it compatible with upcoming GitHub Actions runner node version upgrades. The Dependabot PR (#412) was generated for this exact change.
Dependabot PR
This PR supersedes Dependabot PR #412. Once this is merged, #412 can be closed.
Test Status
This is a CI configuration-only change. The publish workflow (publish.yaml) runs on push to main and there are no tests to run for this change. No library code was modified.
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 25028420674 -n agent -D /tmp/agent-25028420674
# Create a new branch
git checkout -b repo-assist/eng-nuget-login-v1.2.0-20260428-16fb17ebf8b0e791 main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-25028420674/aw-repo-assist-eng-nuget-login-v1.2.0-20260428.patch
# Push the branch and create the pull request
git push origin repo-assist/eng-nuget-login-v1.2.0-20260428-16fb17ebf8b0e791
gh pr create --title '[Repo Assist] eng: update NuGet/login from v1.1.0 to v1.2.0 in publish.yaml' --base main --head repo-assist/eng-nuget-login-v1.2.0-20260428-16fb17ebf8b0e791 --repo fsprojects/FSharp.Control.TaskSeq
🤖 This is an automated pull request from Repo Assist, an AI assistant.
Summary
Applies the
NuGet/loginv1.2.0 update to.github/workflows/publish.yaml, bundling the change from Dependabot PR #412.What changed
publish.yaml: pinNuGet/loginto8d196754b4036150537f80ac539e15c2f1028841(v1.2.0), replacing the previous v1.1.0 SHAWhy
NuGet/loginv1.2.0 updates the action to node24, keeping it compatible with upcoming GitHub Actions runner node version upgrades. The Dependabot PR (#412) was generated for this exact change.Dependabot PR
This PR supersedes Dependabot PR #412. Once this is merged, #412 can be closed.
Test Status
This is a CI configuration-only change. The publish workflow (
publish.yaml) runs on push tomainand there are no tests to run for this change. No library code was modified.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
The 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