From ab486bf6025afbe52a632c1ed8617d843b2441c7 Mon Sep 17 00:00:00 2001 From: Joe Clark <31087804+jc-clark@users.noreply.github.com> Date: Fri, 7 Nov 2025 11:02:00 -0800 Subject: [PATCH] Update DIY docs auto-comment (#58391) --- .github/workflows/hubber-contribution-help.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hubber-contribution-help.yml b/.github/workflows/hubber-contribution-help.yml index 0d7ed5e921..9c89a4664d 100644 --- a/.github/workflows/hubber-contribution-help.yml +++ b/.github/workflows/hubber-contribution-help.yml @@ -44,11 +44,23 @@ jobs: - name: Comment on the PR if: steps.membership_check.outputs.result == 'false' run: | - gh pr comment $PR --body "### Next: add the review label + gh pr comment $PR --body "## Requesting a review from the Docs team - **🛎️ Is this PR ready for review?** A PR is ready for a docs review _after_ the self-review checklist is complete. + ### 🚧 Draft PRs - When this is ready for review, add the **\`ready-for-doc-review\`** label to this PR. The PR will then be automatically added to the [Docs Content review board](https://github.com/orgs/github/projects/2936). _Please allow at least 3 working days for a review, and longer if this is a substantial change._" + To add the PR to the Docs Content review board, click **Ready for review** in the merge box. + + ### 🚀 Non-draft PRs + + The PR is **ready** and has automatically been added to the Docs Content review board. The docs team will review it as soon as possible. + + ### Lead time for review + + Please allow at least 3 business days for a Docs Content review. + + ### Need help? + + Reach out in [#docs-content](https://github-grid.enterprise.slack.com/archives/C0E9DK082) on Slack. env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}