Skip to content

Commit 965d239

Browse files
jpayne3506Copilot
andcommitted
Add Agent-Generated to ci-mx's always-on label set
The repo already has an 'Agent-Generated' label that other automation uses. Adding it to ci-mx's fix-PR creation so reviewers can filter all agent-authored PRs uniformly. The three existing PoC PRs (#4442, #4443, #4444) were also relabeled. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a5ed0fc commit 965d239

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/agents/ci-mx.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -557,14 +557,14 @@ esac
557557
558558
### Label generation
559559
560-
Always-on: `ci`. Govulncheck commits add `dependencies`. File-touched
561-
heuristic adds repo-existing area labels (`cni`, `cns`, `cilium`,
562-
etc.) when matching paths appear in the commit's diff. The set is
563-
filtered against `gh label list` to skip any label that doesn't exist
564-
in the repo (no auto-creation).
560+
Always-on: `ci`, `Agent-Generated`. Govulncheck commits add
561+
`dependencies`. File-touched heuristic adds repo-existing area labels
562+
(`cni`, `cns`, `cilium`, etc.) when matching paths appear in the
563+
commit's diff. The set is filtered against `gh label list` to skip any
564+
label that doesn't exist in the repo (no auto-creation).
565565
566566
```bash
567-
labels=("ci")
567+
labels=("ci" "Agent-Generated")
568568
[ "${RAN_GOVULNCHECK:-false}" = "true" ] && labels+=("dependencies")
569569
570570
# Derive area labels from the commit's diff (HEAD~..HEAD covers both

0 commit comments

Comments
 (0)