The scheduled workflow downloads the IPA codes list from Agid daily and opens a PR to update the embedded file. Since the list changes every day, a new PR is queued as soon as the previous one is merged.
This creates two problems:
- Manual review is required for every data-only PR, with no room to skip any without the embedded list falling behind.
- The embedded list is always at least one day stale — often more when PRs pile up.
The workflow is at .github/workflows/file-freshness-pr.yml.
The scheduled workflow downloads the IPA codes list from Agid daily and opens a PR to update the embedded file. Since the list changes every day, a new PR is queued as soon as the previous one is merged.
This creates two problems:
The workflow is at
.github/workflows/file-freshness-pr.yml.