Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading