Skip to content

Commit 840bdd4

Browse files
authored
Update pr-checklist.yml
1 parent dcc4f12 commit 840bdd4

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/pr-checklist.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,19 @@ jobs:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
issue-number: ${{ github.event.pull_request.number }}
1717
body: |
18-
Thank you for submitting your PR. The PR states are Tech review -> Doc review -> Editorial review -> Merged.
18+
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.
1919
20-
### PR checklist
21-
- [ ] Tech review:
22-
- If you're a developer submitting documentation for a feature you implemented, you can skip this step.
23-
- If you need help finding a tech reviewer, tag @kolchfa-aws.
24-
- [ ] **Once the PR is ready for doc review, tag the assignee of this PR or @kolchfa-aws.**
25-
- [ ] Doc review: A doc reviewer may:
26-
- Leave comments/suggestions: You will implement comments and add suggestions to batch and commit the batch as one commit.
27-
- Edit the PR: The doc reviewer will push edits to this PR directly (let us know if you don't want this option).
28-
- [ ] Editorial review: The doc reviewer will put the PR through editorial review.
20+
Before you mark the PR ready for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a [maintainer](https://github.com/opensearch-project/documentation-website/blob/main/MAINTAINERS.md).
2921
30-
Please be available to answer questions. Thank you!
22+
**When you're ready for doc review, tag the assignee of this PR**. The doc reviewer may push edits to the PR directly, or leave comments and editorial suggestions for you to approve, make changes, and commit yourself (let us know in a comment if you have a preference.) The doc reviewer will arrange for an editorial review.
3123
32-
- name: Auto assign PR
24+
- name: Auto assign PR to repo owner
3325
uses: actions/github-script@v6
3426
with:
3527
script: |
3628
github.rest.issues.addAssignees({
3729
issue_number: context.issue.number,
3830
owner: context.repo.owner,
3931
repo: context.repo.repo,
40-
assignees: [context.payload.pull_request.user.login]
32+
assignees: [hdhalter]
4133
})

0 commit comments

Comments
 (0)