@alice_i_cecile Hey, I noticed that @bevy y'all apply the 'S-Ready-For-Final-Review' label after 2 approvals... but it's done manually.
I wrote a GitHub Workflow(s) to do this automatically in the spirit of your talk.
It does require two workflows (one dummy one triggered on the PR and a workflow_run one) due to GITHUB_TOKEN permission memes.
https://github.com/goonstation/goonstation/blob/master/.github/workflows/final_review_labeler.yml and it's *_dummy.yml twin.
Edit 2: okay it does work
@ZeWaka Cool stuff! Thanks for pulling this together <3 The team is currently talking about whether we *want* to automate this, but if we do then we'll use this as a starting point.