Skip to content

Commit 38ba753

Browse files
The PR checker should check DeveloperFixed Notes
Previously this wasn't happening, as visible in #294.
1 parent 97de6b1 commit 38ba753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format_checker/pr_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def check_status_consistency(filename, row, i, log):
9191
else:
9292
check_pr_link(filename, row, i, log)
9393

94-
if row["Status"] in ["InspiredAFix", "Skipped", "MovedOrRenamed"]:
94+
if row["Status"] in ["InspiredAFix", "Skipped", "MovedOrRenamed", "DeveloperFixed"]:
9595

9696
# Should contain a note
9797
if row["Notes"] == "":

0 commit comments

Comments
 (0)