Skip to content

Commit 87a54de

Browse files
patnikoCopilot
andcommitted
chore: rename runtime-fix-needed label to runtime
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b49e5d8 commit 87a54de

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/cross-repo-issue-analysis.lock.yml

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

.github/workflows/cross-repo-issue-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ safe-outputs:
3434
github-token: ${{ secrets.RUNTIME_TRIAGE_TOKEN }}
3535
allowed-github-references: ["repo", "github/copilot-agent-runtime"]
3636
add-labels:
37-
allowed: [runtime-fix-needed, sdk-fix-only, needs-investigation]
37+
allowed: [runtime, sdk-fix-only, needs-investigation]
3838
max: 3
3939
target: triggering
4040
create-issue:
@@ -99,8 +99,8 @@ Classify the issue into one of these categories:
9999

100100
1. **SDK-fix-only**: The bug/feature is entirely in the SDK code. Label the issue `sdk-fix-only`.
101101

102-
2. **Runtime-fix-needed**: The root cause is in copilot-agent-runtime. Do ALL of the following:
103-
- Label the original issue `runtime-fix-needed`
102+
2. **Runtime**: The root cause is in copilot-agent-runtime. Do ALL of the following:
103+
- Label the original issue `runtime`
104104
- Create an issue in `github/copilot-agent-runtime` that:
105105
- Clearly describes the problem and root cause
106106
- References the original SDK issue (e.g., `github/copilot-sdk#123`)

0 commit comments

Comments
 (0)