Skip to content

Commit e787956

Browse files
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

File tree

.github/aw/actions-lock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"entries": {
3+
"actions/github-script@v8": {
4+
"repo": "actions/github-script",
5+
"version": "v8",
6+
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
7+
},
38
"actions/github-script@v9": {
49
"repo": "actions/github-script",
510
"version": "v9",
@@ -10,6 +15,11 @@
1015
"version": "v9.0.0",
1116
"sha": "d746ffe35508b1917358783b479e04febd2b8f71"
1217
},
18+
"github/gh-aw-actions/setup@v0.62.0": {
19+
"repo": "github/gh-aw-actions/setup",
20+
"version": "v0.62.0",
21+
"sha": "b2c35f34e1013dd9ed2a84c559e2b2fec9ad38e6"
22+
},
1323
"github/gh-aw/actions/setup@v0.68.1": {
1424
"repo": "github/gh-aw/actions/setup",
1525
"version": "v0.68.1",

0 commit comments

Comments
 (0)