github.onBranchCreated starts an automation when a repository branch is created.
automations/github-branch-created.automation.ts
create payload with ref_type: "branch". GitHub does not deliver this event when more than three tags are created at once; branch creation is unaffected. Requires Contents read permission.