Commit e787956
feat(workflows): add /change-risk slash command for PR risk assessment (#434)
Add an on-demand agentic workflow triggered by /change-risk on pull
requests. The agent analyses the diff for breaking API changes,
behavioral shifts, pipeline output changes, and dependency impact,
then submits a formal PR review (APPROVE or REQUEST_CHANGES).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ea43b11 commit e787956
3 files changed
Lines changed: 1270 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 | | |
14 | 24 | | |
15 | 25 | | |
| |||
0 commit comments