mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
The issue_comment trigger let every PR comment boot a full runner just to make one API call checking draft status, even though the only comments that matter are ones on PRs already labeled draft-stale. That label snapshot is already present in the webhook payload, so gate the job on it directly and drop the now-redundant draft-status API step.