-
Notifications
You must be signed in to change notification settings - Fork 289
Description
We've added some really nice automation (thank you @FrankYang0529!) for updating the spin templates on a new release and having our ci bot push the resulting commit.
Alas, unfortunately, the DCO bot check that is required as part of our branch protections will fail, as it doesn't have a chance to run in this automated scenario -- despite the commit being signed-off and GPG-signed (and thus fully compliant.)
The 1 approving reviewer also appears to block, so there may be 2 hurdles here:
remote: error: Required status check "DCO" is expected. At least 1 approving review is required by reviewers with write access.
Here's the failure from a recent tag push: https://github.com/fermyon/spin/runs/8161608149?check_suite_focus=true
Let's find a solution so that we can keep this automation.