Skip to content

Revert scheduled dependency update changes from the release pipeline#21

Draft
alexdresko with Copilot wants to merge 2 commits into
mainfrom
copilot/revert-pipeline-changes
Draft

Revert scheduled dependency update changes from the release pipeline#21
alexdresko with Copilot wants to merge 2 commits into
mainfrom
copilot/revert-pipeline-changes

Conversation

Copilot AI commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

This rolls back the pipeline changes introduced today in the release workflow. The release pipeline returns to the prior push-only Release Please flow and no longer opens scheduled/manual dependency update PRs.

  • Release workflow revert

    • Restore .github/workflows/release-please.yml to its pre-change state
    • Keep the existing Release Please + NuGet publish path intact
  • Removed pipeline behavior

    • Remove the scheduled cron trigger
    • Remove the workflow_dispatch trigger
    • Remove the update-dependencies job and its PR creation flow
  • Resulting workflow shape

    • release-please runs only on pushes to main
    • publish-nuget remains driven by Release Please output
on:
  push:
    branches:
      - main

jobs:
  release-please:
    runs-on: ubuntu-latest

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: alexdresko <333022+alexdresko@users.noreply.github.com>
Copilot AI changed the title [WIP] Revert pipeline changes made today Revert scheduled dependency update changes from the release pipeline Mar 9, 2026
@codecov

codecov Bot commented Mar 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants