From 8dc2c2a9de03ba3d94f19ad8c3b4032945e34739 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 25 Jun 2026 12:36:57 -0700 Subject: [PATCH] docs: update dashboard manual run guidance --- pull-request-dashboard/README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pull-request-dashboard/README.md b/pull-request-dashboard/README.md index 4443086..748a1e8 100644 --- a/pull-request-dashboard/README.md +++ b/pull-request-dashboard/README.md @@ -34,7 +34,7 @@ Fields: Ask a maintainer or admin to add the repo to the list of repositories under [Repository access](https://github.com/organizations/open-telemetry/settings/installations/133550497). -Once the PR is merged, the dashboard will pick up your repository on its next scheduled run. The dashboard issue is discovered dynamically in your repository by the `dashboard` label and `Pull Request Dashboard` title — if it does not exist, the publish step creates the label and issue. +Once the PR is merged, the dashboard will pick up your repository on its next scheduled run. To manually trigger it sooner, see [Manual runs](#manual-runs) below. The dashboard issue is discovered dynamically in your repository by the `dashboard` label and `Pull Request Dashboard` title — if it does not exist, the publish step creates the label and issue. ## Configuration @@ -87,14 +87,6 @@ workflow_dispatch: repository: opentelemetry-java-instrumentation ``` -Manual targeted PR refresh: - -```text -workflow_dispatch: - repository: opentelemetry-java-instrumentation - pr_number: "12345" -``` - Scheduled runs process every configured repository. ## Notes