Skip to content

Commit

Permalink
Fix dead link to GHA workflow (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgblanco authored Oct 25, 2024
1 parent 5a8dca7 commit 869412e
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 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.
Expand Down

0 comments on commit 869412e

Please sign in to comment.