Update doc_review_reminder.yml

pull/3901/head
Shrey Patel 2024-03-19 21:43:42 -04:00 committed by GitHub
parent 9048c5c754
commit bd0dec8bb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 7 deletions

View File

@ -31,16 +31,10 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
BODY: |
Hello, it's time for the biannual documentation review. Please review the documentation and update it if necessary. @team-name/documentation-reviewers
Hello, it's time for the biannual documentation review. Please review the documentation and update it if necessary. @documentation-reviewers
Please go over the following:
- Are all docs up to date?
- Is any information missing?
- Are there any new features or changes that need to be documented?
- name: Notify Reviewers
run: |
gh issue comment $ISSUE_URL --body "@team-name/documentation-reviewers You have been added as reviewers for this issue."
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}