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
22 changes: 15 additions & 7 deletions .github/workflows/security-alert-burndown.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions .github/workflows/security-alert-burndown.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ safe-outputs:
noop:
max: 1
update-project:
max: 10
max: 100
project:
url: https://github.com/orgs/githubnext/projects/144
---
Expand Down Expand Up @@ -88,13 +88,21 @@ If *no* items were found across all categories (Dependabot PRs, code scanning al
### Step 5: Update Project Board

For each discovered item (up to 10 total per run):
- Add or update the corresponding work item on the project board: https://github.com/orgs/githubnext/projects/144
- Add or update the corresponding work item on the project board: <https://github.com/orgs/githubnext/projects/144>
- Use the `update-project` safe output tool
- Always include the campaign project URL (this is what makes it a campaign):
- `project`: "<https://github.com/orgs/githubnext/projects/144>"
- Always include the content identity:
- `content_type`: `pull_request` (Dependabot PRs) or `issue` (tracking issues)
- `content_number`: PR/issue number
- Set fields:
- `campaign_id`: "security-alert-burndown"
- `status`: "Todo" (for open PRs)
- `status`: "Todo" (for open items)
- `target_repo`: "githubnext/gh-aw"
- `worker_workflow`: "unknown"
- `worker_workflow`: who discovered it, using one of:
- "dependabot-pr"
- "code-scanning"
- "secret-scanning"
- `priority`: "Medium"
- `size`: "Small"
- `start_date`: Item created date (YYYY-MM-DD format)
Expand Down
Loading