Skip to content

Commit c453729

Browse files
kotlarmilosCopilot
andcommitted
Add pr-failure-scan agentic workflow
Periodic scan of recent failed PR CI runs. For each failure, searches open issues for a known match and posts a single pointer comment on the PR. Read-only otherwise; capped at 5 comments per run. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a7f1484 commit c453729

4 files changed

Lines changed: 1387 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Apply LF to shell scripts automatically
22
*.sh text eol=lf
3+
4+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v9.0.0": {
4+
"repo": "actions/github-script",
5+
"version": "v9.0.0",
6+
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)