Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
723 changes: 7 additions & 716 deletions .github/workflows/security-alert-burndown.lock.yml

Large diffs are not rendered by default.

32 changes: 10 additions & 22 deletions .github/workflows/security-alert-burndown.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
name: Security Alert Burndown
description: Discovers Dependabot PRs and assigns them to Copilot for review
on:
schedule:
- cron: "0 * * * *"
#schedule:
# - cron: "0 * * * *"
workflow_dispatch:
project:
url: https://github.com/orgs/githubnext/projects/134
scope:
- githubnext/gh-aw
id: security-alert-burndown
governance:
max-new-items-per-run: 3
max-discovery-items-per-run: 100
max-discovery-pages-per-run: 5
max-project-updates-per-run: 10
permissions:
issues: read
pull-requests: read
contents: read
project: https://github.com/orgs/githubnext/projects/144
---

# Security Alert Burndown Campaign
Expand All @@ -27,20 +22,13 @@ Systematically process Dependabot dependency update PRs to keep JavaScript depen

## Discovery Strategy

The orchestrator will:
Discover Dependabot pull requests with labels: `dependencies`, `javascript`.

1. **Discover** pull requests opened by the `dependabot` bot
2. **Filter** to PRs with labels `dependencies` and `javascript`
3. **Assign** discovered PRs to the Copilot coding agent using `assign-to-agent`
4. **Track** progress in the project board
Prioritize open PRs by age (oldest first). Skip items already marked "Done" on the project board.

## Campaign Execution

Each run:
- Discovers up to 100 Dependabot PRs with specified labels
- Processes up to 5 pages of results
- Assigns up to 3 new items to Copilot
- Updates project board with up to 10 status changes
Each run discovers and processes Dependabot PRs, updating the project board with current status.

## Success Criteria

Expand Down
Loading
Loading