diff --git a/src/docs/workflow.mdx b/src/docs/workflow.mdx
index 13be57ab77..ff57970be4 100644
--- a/src/docs/workflow.mdx
+++ b/src/docs/workflow.mdx
@@ -7,17 +7,7 @@ You may also be interested in sentry vs. getsen
## Testing Sentry commits in Getsentry
-**If you need to deploy to a staging environment**: use
-`./bin/bump-sentry ` to update the committed version. Note that this will
-likely create a merge conflict so you'll want to merge just before updating:
-
-```bash
-git pull origin HEAD --rebase
-./bin/bump-sentry deadbeef
-git push origin HEAD -f
-```
-
-**If you only need to validate CI**: When you create a PR add `requires `
+When you create a PR add `requires `
to the body of it. The `getsentry/action-get-dependent-pr` github action will
pick up this value and update the sentry revision during CI. This is meant as
a temporary measure to quickly validate a change -- one should commit backward