-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
If a news entry is moved to a different category, you get News entry file name incorrectly formatted as an error message.
Line 59 in 504dc34
| if FILENAME_RE.match(file_path.name) and len(file["patch"]) >= 1: |
Lines 73 to 80 in 504dc34
| if not in_next_dir: | |
| description = ( | |
| f'No news entry in {util.NEWS_NEXT_DIR} or "skip news" label found' | |
| ) | |
| elif not file_found: | |
| description = "News entry not in an appropriate directory" | |
| else: | |
| description = "News entry file name incorrectly formatted" |
I spent way too long trying to figure this out.
Metadata
Metadata
Assignees
Labels
No labels