Skip to content

Commit 988b961

Browse files
Milos KotlarCopilot
andcommitted
[ci-scan] Allow update-issue against any issue (target: "*")
Run 26632724700 failed the safe_outputs step because update-issue defaulted to target: triggering and there is no triggering issue in a scheduled run. The agent is trying to update the KPI tracker issue, which it discovers by title and label rather than by being triggered on it. Set target: "*" so the agent must explicitly supply the issue number in its update_issue call. Tracker discovery is already part of the agent's prompt. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 57f9418 commit 988b961

2 files changed

Lines changed: 19 additions & 18 deletions

File tree

.github/workflows/ci-failure-scan-feedback.lock.yml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-failure-scan-feedback.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ safe-outputs:
7373
labels: [agentic-workflows]
7474
allowed-labels: [agentic-workflows]
7575
update-issue:
76+
target: "*"
7677
max: 1
7778
noop:
7879
report-as-issue: false

0 commit comments

Comments
 (0)