Skip to content

Commit

Permalink
Update write_report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dansand authored Feb 7, 2024
1 parent c9f6011 commit e9c1c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/write_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
issue = repo.get_issue(number = issue_number)

# Parse issue
data, error_log = parse_issue(issue)
data, error_log = parse_issue(issue)`request review label`

# Write report
report = "Thank you for submitting. Please check the output below, and fix any errors, etc.\n\n"
Expand All @@ -24,7 +24,7 @@
* Please check the report below, particularly the warning and errors section, and website materials \n
* You can fix any errors, or update fields, by editing the markdown file at the top of the issue \n
* Edits will trigger the report will be regenerated \n
* once you are satisfied with the results, please add an `request review label` \n
* once you are satisfied with the results, please add an https://github.com/ModelAtlasofTheEarth/Model_Submission/labels/review%20requested \n
* once the `model_reviewers` team has approved the model, we will create a repository for your model \n\n"""

report += "# Errors and Warnings \n"
Expand Down

0 comments on commit e9c1c38

Please sign in to comment.