Partition via folders w/ year name and copy over all degree plans from previous year.

Concerns: Maintainability/support.

Run a scheduled workflow that checks if current year produces diff between last year.

  1. Run it once a year

    1. Run it one time a year automatically, if issues occur. Allow workflow to be run manually.

    2. If diff open an issue

    3. If no diff copyover files to new year directory and make a PR

Script output github workflow object:
https://github.com/UTDNebula/planner/blob/b6d5534fd5d1ecc6dc656927a7aa84f0c75de6ac/.github/workflows/deploy-preview.yml#L43

Action Items