diff --git a/src/docs/frontend/upgrade-policies.mdx b/src/docs/frontend/upgrade-policies.mdx index 3ade65de46..380347e70c 100644 --- a/src/docs/frontend/upgrade-policies.mdx +++ b/src/docs/frontend/upgrade-policies.mdx @@ -202,7 +202,7 @@ To tackle a dependabot PR there are a few steps to take 1. Comment `/gcbrun` to trigger off the `self-hosted-github-pr-check`. - 2. Label the PR with [`trigger-getsentry-external`](https://github.com/getsentry/sentry/labels/trigger-getsentry-external) to trigger the `getsentry / frontend` check. + 2. Label the PR with [`Trigger: getsentry tests`](https://github.com/getsentry/sentry/labels/Trigger%3A%20getsentry%20tests) to trigger the `getsentry / frontend` check. -
Why do I have to do this?