Skip to content

Commit 45d9c0a

Browse files
authored
ci(security-fixes): Enable cron trigger (#21547)
Manual testing phase is done and verified, let's trigger this automatically.
1 parent 1d74cc0 commit 45d9c0a

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

.github/workflows/dependabot-auto-triage.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,12 @@ name: 'Dependabot auto-triage'
77
# individual fixes, one commit per vuln), via the /fix-security-vulnerability skill --ci mode.
88
# Two PRs total keeps CI cheap and keeps runtime fixes isolated from dev bumps.
99
#
10-
# NOTE: the GitHub App used here (GITFLOW_APP_*) must be granted the "Dependabot alerts: read AND
11-
# write" repository permission — read to list alerts, write to dismiss the noise.
12-
#
13-
# SECURITY BACKSTOP: `develop` must have branch protection that blocks force-pushes (and direct
14-
# pushes) by this App. The fix jobs run an LLM with a write token; the tool allowlist scopes pushes
15-
# to `bot/dependabot-fixes-*`, but branch protection is the authoritative guard against a pushed
16-
# change to `develop`.
17-
#
1810
# Manual runs default to a safe dry-run (classify + preview what would be dismissed and which PRs
19-
# would open, all to the job summary — no writes). The (currently disabled) scheduled run is full.
20-
#
21-
# TEST PHASE: the daily `schedule` trigger is commented out below — only manual `workflow_dispatch`
22-
# runs are active for now. Re-enable the cron once the manual dry-run + full runs look good.
11+
# would open, all to the job summary — no writes). The scheduled run is always full.
2312

2413
on:
25-
# Disabled for the initial test phase — manual runs only (dry-run / dismiss-only / full).
26-
# Re-enable once validated to get the daily automated run:
27-
# schedule:
28-
# - cron: '0 0 * * *' # daily, midnight UTC (matches canary/clear-cache)
14+
schedule:
15+
- cron: '0 0 * * *' # daily, midnight UTC
2916
workflow_dispatch:
3017
inputs:
3118
mode:

0 commit comments

Comments
 (0)