From b321db9d65e33efc4b6f1c753d11ce03ab19aac0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 00:34:02 +0000 Subject: [PATCH 1/2] feat: add runtime-import of .github/triage.md to pr-triage-agent and create triage instructions Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/triage.md | 5 +++++ .github/workflows/pr-triage-agent.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .github/triage.md diff --git a/.github/triage.md b/.github/triage.md new file mode 100644 index 00000000000..abdaf1a5ee1 --- /dev/null +++ b/.github/triage.md @@ -0,0 +1,5 @@ +## Customer Triage Instructions + +Apply the following rules during triage in addition to the standard workflow: + +- **OpenTelemetry issues and PRs**: Any issue or PR related to OpenTelemetry (otel, otlp, traces, telemetry, observability) must be assigned to @mnkeifer and labelled `otel`. diff --git a/.github/workflows/pr-triage-agent.md b/.github/workflows/pr-triage-agent.md index 39a94ea04be..31256891bad 100644 --- a/.github/workflows/pr-triage-agent.md +++ b/.github/workflows/pr-triage-agent.md @@ -454,4 +454,6 @@ Your effectiveness is measured by: Execute all phases systematically and maintain consistency in scoring and recommendations across all PRs. +{{#runtime-import? .github/triage.md}} + {{#runtime-import shared/noop-reminder.md}} From 2d96afd3e311849cd3a3eb3ba8f6372ae6e0369e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 00:34:31 +0000 Subject: [PATCH 2/2] fix: use non-optional runtime-import and fix US English spelling Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/triage.md | 2 +- .github/workflows/pr-triage-agent.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/triage.md b/.github/triage.md index abdaf1a5ee1..54cdd438bb6 100644 --- a/.github/triage.md +++ b/.github/triage.md @@ -2,4 +2,4 @@ Apply the following rules during triage in addition to the standard workflow: -- **OpenTelemetry issues and PRs**: Any issue or PR related to OpenTelemetry (otel, otlp, traces, telemetry, observability) must be assigned to @mnkeifer and labelled `otel`. +- **OpenTelemetry issues and PRs**: Any issue or PR related to OpenTelemetry (otel, otlp, traces, telemetry, observability) must be assigned to @mnkeifer and labeled `otel`. diff --git a/.github/workflows/pr-triage-agent.md b/.github/workflows/pr-triage-agent.md index 31256891bad..4945f51486b 100644 --- a/.github/workflows/pr-triage-agent.md +++ b/.github/workflows/pr-triage-agent.md @@ -454,6 +454,6 @@ Your effectiveness is measured by: Execute all phases systematically and maintain consistency in scoring and recommendations across all PRs. -{{#runtime-import? .github/triage.md}} +{{#runtime-import .github/triage.md}} {{#runtime-import shared/noop-reminder.md}}