Skip to content

Add workflow_dispatch trigger to release-please workflow#136

Merged
toshimaru merged 1 commit into
mainfrom
copilot/add-workflow-dispatch
Dec 21, 2025
Merged

Add workflow_dispatch trigger to release-please workflow#136
toshimaru merged 1 commit into
mainfrom
copilot/add-workflow-dispatch

Conversation

Copilot AI commented Dec 21, 2025

Copy link
Copy Markdown
Contributor

Enables manual triggering of the release-please workflow from the GitHub Actions UI.

Changes

  • Added workflow_dispatch: trigger to .github/workflows/release-please.yml

The workflow now supports both automatic execution on pushes to main and on-demand execution via the Actions tab.

Original prompt

@.github/workflows/release-please.yml
Add workflow-dispatch.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add workflow dispatch to release please configuration Add workflow_dispatch trigger to release-please workflow Dec 21, 2025
Copilot AI requested a review from toshimaru December 21, 2025 10:44
@toshimaru toshimaru force-pushed the copilot/add-workflow-dispatch branch from 56cae67 to 7722d4c Compare December 21, 2025 11:24
@toshimaru toshimaru marked this pull request as ready for review December 21, 2025 11:24
Copilot AI review requested due to automatic review settings December 21, 2025 11:24
@toshimaru toshimaru merged commit 988cabb into main Dec 21, 2025
6 checks passed
@toshimaru toshimaru deleted the copilot/add-workflow-dispatch branch December 21, 2025 11:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds manual trigger capability to the release-please workflow, allowing developers to execute the workflow on-demand from the GitHub Actions UI in addition to its automatic execution on pushes to the main branch.

Key Changes:

  • Added workflow_dispatch: trigger to the workflow's on: section

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants