letsencrypt / boulder

An ACME-based certificate authority, written in Go.
Mozilla Public License 2.0
5.16k stars 605 forks source link

Only run issue-for-sre-handoff when review requested #7634

Closed aarongable closed 2 months ago

aarongable commented 2 months ago

Running this workflow on both ready_for_review and review_requested was causing duplicate comments to show up when PRs were moved out of draft mode. This is because moving out of draft mode would both trigger a workflow run and automatically request review, which in turn would trigger a second workflow run, and the two runs were triggered in such quick succession that our commentMarker detection wouldn't work.