Skip to content

Add workflow_dispatch trigger to all workflows#62

Merged
baywet merged 2 commits intomainfrom
copilot/update-workflows-accept-dispatch-trigger
Mar 18, 2026
Merged

Add workflow_dispatch trigger to all workflows#62
baywet merged 2 commits intomainfrom
copilot/update-workflows-accept-dispatch-trigger

Conversation

Copy link
Contributor

Copilot AI commented Mar 18, 2026

GitHub pauses scheduled/event-driven workflows on inactive repositories, blocking security PRs that depend on them. Adding workflow_dispatch allows maintainers to manually trigger runs to unblock these.

Changes

  • auto-merge-dependabot.yml — added workflow_dispatch trigger
  • conflicting-pr-label.yml — added workflow_dispatch trigger

release.yml, ruby.yml, and code-ql.yml already had this trigger and were left unchanged.

Original prompt

This section details on the original issue you should resolve

<issue_title>update all workflows to accept a workflow dispath trigger</issue_title>
<issue_description>some workflows got paused due to repository inactivity, and we need to manually queue runs to unblock security PRs</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Copilot AI changed the title [WIP] Update all workflows to accept a workflow dispatch trigger Add workflow_dispatch trigger to all workflows Mar 18, 2026
Copilot AI requested a review from baywet March 18, 2026 14:45
@baywet baywet marked this pull request as ready for review March 18, 2026 14:45
@baywet baywet requested a review from a team as a code owner March 18, 2026 14:45
@baywet baywet enabled auto-merge (squash) March 18, 2026 14:45
@sonarqubecloud
Copy link

@baywet baywet merged commit 6700611 into main Mar 18, 2026
23 checks passed
@baywet baywet deleted the copilot/update-workflows-accept-dispatch-trigger branch March 18, 2026 16:09
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.

update all workflows to accept a workflow dispath trigger

3 participants