Fic due date bug
This commit is contained in:
parent
11a84146f7
commit
b0f12cf081
@ -235,6 +235,7 @@ def main() -> int:
|
||||
response.raise_for_status()
|
||||
|
||||
# Determine the due date assigned in GitLab
|
||||
if ty != "merge request":
|
||||
due_date: Optional[str] = issue.due_date
|
||||
if due_date:
|
||||
# Check if the card already has a due date
|
||||
|
Loading…
x
Reference in New Issue
Block a user