Closed vladh closed 2 weeks ago
Closes #113.
When the update-all-members workflow is run, new checks are run for every JSON file:
update-all-members
export enum MemberException { JsonFileNotAccessible, ReportDueSoon, ReportOverdue, }
If one of these checks is triggered, a GitHub issue is created if it does not already exist:
Needs an update to resolve conflicts.
@chadwhitacre Should be okay now!
“Should” be! Looks like I missed something in the conflict. Fixing.
Fixed on main.
Closes #113.
When the
update-all-members
workflow is run, new checks are run for every JSON file:If one of these checks is triggered, a GitHub issue is created if it does not already exist: