Update DIY docs auto-comment (#58391)
This commit is contained in:
18
.github/workflows/hubber-contribution-help.yml
vendored
18
.github/workflows/hubber-contribution-help.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user