Skip to content

Commit b893a31

Browse files
bugerclaude
andauthored
fix: trigger release workflow on PR labeled event (#8088)
## Summary - Add `labeled` to pull_request trigger types so dep-guard re-evaluates when `deps-reviewed` label is added. ## Test plan - [ ] Adding deps-reviewed label triggers a new release workflow run 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b66a70b commit b893a31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
schedule:
1717
- cron: "0 0 * * 1"
1818
pull_request:
19+
types: [opened, synchronize, reopened, labeled]
1920
push:
2021
branches:
2122
- master

0 commit comments

Comments
 (0)