Skip to content

Commit

Permalink
Fix failing link (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Apr 3, 2024
1 parent ec53042 commit d23d768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-github-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 specifications repo](https://github.com/open-telemetry/opentelemetry-specification/blob/main/.github/workflows/auto-assign-issue.yml).
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).

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.
Expand Down

0 comments on commit d23d768

Please sign in to comment.