Files
ComfyUI_frontend/.github/workflows
Benjamin Lu f9927481b1 [backport cloud/1.45] feat: identify auth users to Syft (#13311) (#13424)
Backport of #13311 to cloud/1.45.

Note: #13311 is still open on main; this was applied from PR head
a8b60c6 via 3-way apply of the PR diff. No conflicts. Typecheck passes;
the 17 new SyftTelemetryProvider tests pass. Pre-existing telemetry test
failures on cloud/1.45 are unchanged (81 before and after).

Adds a cloud-only Syft telemetry provider that reads syftdata_source_id
from remoteConfig, lazy-loads the Syft SDK (reusing an already-loaded
GTM Syft client when present), and calls identify with source 'signup'
or 'login' on auth and on session restore.
2026-07-02 22:50:15 -07:00
..

GitHub Workflows

Naming Convention

Workflow files follow a consistent naming pattern: <prefix>-<descriptive-name>.yaml

Category Prefixes

Prefix Purpose Example
ci- Testing, linting, validation ci-tests-e2e.yaml
release- Version management, publishing release-version-bump.yaml
pr- PR automation (triggered by labels) pr-claude-review.yaml
api- External Api type generation api-update-registry-api-types.yaml
i18n- Internationalization updates i18n-update-core.yaml

Documentation

Each workflow file contains comments explaining its purpose, triggers, and behavior. For specific details about what each workflow does, refer to the comments at the top of each .yaml file.

For GitHub Actions documentation, see Events that trigger workflows.