Update doc_review_reminder.yml

pull/3901/head
Shrey Patel 2024-03-19 21:17:12 -04:00 committed by GitHub
parent cf7e50ab6a
commit 2e09444288
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ jobs:
run: |
new_issue_url=$(gh issue create \
--title "Biannual Documentation Review" \
--label "documentation, review" \
--body "It's time for our biannual review of the documentation. @Documentation_Reviewers\n\nPlease go over the following:\n\n- Are all docs up to date?\n- Is any information missing?\n- Are there any new features or changes that need to be documented?")
echo "New issue created: $new_issue_url"
echo "ISSUE_URL=$new_issue_url" >> $GITHUB_ENV