Skip to content

Add workflow_dispatch trigger to all workflows#55

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

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

Conversation

Copy link
Contributor

Copilot AI commented Mar 18, 2026

GitHub paused scheduled/inactive workflows on this repo, blocking security PRs from running required checks. Adding workflow_dispatch to all workflows allows manual re-triggering to unblock those runs.

Changes

  • code-ql.yml – added workflow_dispatch alongside existing push, pull_request, and schedule triggers
  • auto-merge-dependabot.yml – added workflow_dispatch alongside existing pull_request trigger
  • conflicting-pr-label.yml – added workflow_dispatch alongside existing push and pull_request triggers

ruby.yml and release.yml already had workflow_dispatch and are 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)


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

…conflicting-pr-label workflows

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:46
@baywet baywet requested a review from a team as a code owner March 18, 2026 14:46
@baywet baywet enabled auto-merge (squash) March 18, 2026 14:46
@baywet baywet merged commit 8783b47 into main Mar 18, 2026
20 of 22 checks passed
@baywet baywet deleted the copilot/update-workflows-trigger branch March 18, 2026 15:36
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