Skip to content

Make dependency alerts the default signal for the campaign workflow#5

Merged
mnkiefer merged 2 commits intomainfrom
copilot/update-default-to-alters
Apr 29, 2026
Merged

Make dependency alerts the default signal for the campaign workflow#5
mnkiefer merged 2 commits intomainfrom
copilot/update-default-to-alters

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

This updates the campaign workflow to treat dependency security alerts as the default source of work instead of assuming Dependabot PRs come first. The docs now describe PR-first handling as an explicit opt-in via dependency-source: auto.

  • Workflow default

    • changes dependency-source from auto to alerts in dependabot-campaign
    • updates the input description to reflect the new alerts-first default
  • Runtime guidance

    • clarifies in the workflow prompt that callers should only use PR-first behavior when they explicitly want it
    • keeps auto and prs available for repositories that still center their flow on Dependabot PRs
  • Documentation

    • updates the README signal-mode guidance so the recommended default matches the workflow behavior
dependency-source:
  description: Which dependency signals to process. Use alerts for the new default, or choose auto to prefer PRs when they are present.
  required: false
  default: alerts
  type: string

Copilot AI and others added 2 commits April 29, 2026 12:59
@mnkiefer mnkiefer marked this pull request as ready for review April 29, 2026 17:26
@mnkiefer mnkiefer merged commit 36c4fa9 into main Apr 29, 2026
6 checks passed
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