From f40e999b3ee6d3dd3d5ae863e4f99ba62599e993 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Blanco Date: Fri, 25 Oct 2024 12:07:05 +0100 Subject: [PATCH] Fix dead link to GHA workflow --- docs/using-github-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-github-extensions.md b/docs/using-github-extensions.md index ce03c8c9..9dca1daf 100644 --- a/docs/using-github-extensions.md +++ b/docs/using-github-extensions.md @@ -18,7 +18,7 @@ Extensions, apps, or bots that can **arbitrarily modify code are NOT allowed**. ## Writing your GitHub Action workflows -Many GitHub Action workflows do not require a dedicated GitHub account. Good examples are auto-assign workflows for issues and PRs such as [the one used in semantic convention repo](https://github.com/open-telemetry/semantic-conventions/blob/main/.github/workflows/auto-assign-issue.yml). +Many GitHub Action workflows do not require a dedicated GitHub account. Good examples are stale PR checks such as [the one used in semantic convention repo](https://github.com/open-telemetry/semantic-conventions/blob/main/.github/workflows/stale-pr.yml). If your workflow does require a dedicated GitHub account, you should use [@opentelemetrybot](https://github.com/opentelemetrybot). See [OpenTelemetry Bot documentation](../assets.md#opentelemetry-bot) for more details.