epic-open-source / seismometer

AI model evaluation with a focus on healthcare
https://epic-open-source.github.io/seismometer/
BSD 3-Clause "New" or "Revised" License
156 stars 15 forks source link

Changelog workflow doesn't skip "late" label #22

Closed diehlbw closed 4 weeks ago

diehlbw commented 1 month ago

Problem Summary

Changes that do not warrant a changelog issue still fail if the label is added after the PR creation, until the next push

Impact

The checks can fail in situations where they shouldn't

Possible Solution

One option is to trigger on label changes, but there may be better methods. Until fixed, whitespace commits will fully re-evaluate the checks

diehlbw commented 1 month ago

Reference: https://github.com/orgs/community/discussions/39062
May need actions/github-script to pull in "current" values