diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index f3f0f624a..20ac5ced2 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -47,6 +47,14 @@ on: types: [created] pull_request_target: types: [opened, closed, synchronize] + # Missing until now — scitex-io (the mirrored reference) has it. Without a + # `push` trigger the reusable's `owner-bypass` job (marks CLAssistant=success + # on the owner's direct push, since a direct push has no PR to sign against) + # never runs here, and a `git push` to main/develop by the repo owner sits + # with no CLAssistant status at all rather than an owner-bypass success. + push: + branches: [main, develop] + tags: ['v*'] permissions: actions: write