Skip to main content

imbi-plugin-github

GitHub plugins for Imbi. Three flavors (github.com, GitHub Enterprise Cloud, GitHub Enterprise Server) of each plugin type so the admin UI can wire projects to the right backend.

Plugin types

Type Slugs
Identity github, github-enterprise-cloud, github-enterprise-server
Deployment github-deployment, github-deployment-ec, github-deployment-es
Lifecycle github-lifecycle, github-lifecycle-ec, github-lifecycle-es
Webhook github-commit-sync

Identity

Implements the OAuth App flow. The access token returned by the OAuth grant is passed straight to GitHub APIs as a Bearer token, so materialize() is a no-op.

Deployment

Drives the GitHub Deployments API (POST /repos/{owner}/{repo}/deployments) plus tag and release creation. Promote behaviour is inferred from the ref shape by the host (semver → trigger Deployment, raw SHA → cut tag

  • Release). Per-env workflow inputs ride on the USES_PLUGIN edge as env_payloads and arrive on PluginContext.environment_config.

Lifecycle

Reacts to project archive / unarchive by archiving the matching repo via PATCH /repos/{owner}/{repo} with {"archived": true|false}. When the archive_target_org option is set, archive also transfers the repo to that org first via POST /repos/{owner}/{repo}/transfer — useful for moving sunset projects into a dedicated "archive" org so they no longer crowd primary-org searches.

GitHub refuses to transfer archived repos, so an already-archived source is briefly unarchived, transferred, and re-archived at the destination. On unarchive the plugin only flips archived back to false at the repo's current location — it does not transfer back to the original org.

Archiving requires admin scope on the repo; transferring additionally requires admin permission on the target organization.

Webhook (commit / tag sync)

A single github-commit-sync webhook-action plugin exposes two actions the gateway dispatches on push deliveries:

Action Handler Records into ClickHouse
sync_commits github-commit-sync#sync_commits commits
sync_tags github-commit-sync#sync_tags tags

sync_commits fetches the full set of commits in a push via the compare API (paginated, so it isn't capped by the 20-commit inline payload limit); sync_tags records the pushed tag and, with reconcile_all, the repo's full tag list. Branch/tag gating is the rule's CEL filter_expression (e.g. ref == "refs/heads/main", ref.startsWith("refs/tags/")). The API flavor (github.com / GHEC / GHES) is resolved at runtime — explicit api_base_url, else a connected GitHub plugin on the same service, else the service endpoint, else the payload's repository.url.

Unlike identity/deployment/lifecycle (which act as the OAuth user), commit-sync runs without an actor and authenticates with a service credential in one of two modes, resolved per call:

  • PAT — a static access_token.
  • GitHub Appapp_id + private_key; the plugin signs an App JWT and mints a short-lived installation token (cached process-wide until shortly before it expires), so no static, expiring token is stored. installation_id is optional — when unset it is discovered from the pushed repository (GET /repos/{owner}/{repo}/installation). The App needs Contents: Read-only.

Manifest options (identity)

Option Required Description
host GHEC/GHES Tenant or appliance host (e.g. tenant.ghe.com, github.example.com).
default_scopes no Space-separated default OAuth scopes (default: read:user user:email repo workflow).

Credentials (identity)

Field Required
client_id yes
client_secret yes

Credentials (commit-sync)

Provide either the PAT field or the GitHub App fields (all individually optional; validated per call):

Field Mode Description
access_token PAT Static personal/service token.
app_id App GitHub App identifier.
private_key App App private key — raw PEM or base64-encoded PEM.
installation_id App Optional; discovered from the repo when unset.

License

BSD-3-Clause.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imbi_plugin_github-2.18.0.tar.gz (89.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

imbi_plugin_github-2.18.0-py3-none-any.whl (64.1 kB view details)

Uploaded Python 3

File details

Details for the file imbi_plugin_github-2.18.0.tar.gz.

File metadata

  • Download URL: imbi_plugin_github-2.18.0.tar.gz
  • Upload date:
  • Size: 89.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for imbi_plugin_github-2.18.0.tar.gz
Algorithm Hash digest
SHA256 b717c76236421cd0b3662d0d23e1a8710b2f2ca8fb0b6e83ff1d5b435e02e80b
MD5 b805e6c1ac38d519aa0756851926c800
BLAKE2b-256 fe283299d9a77692f2836d97c17f7724e1eae15802195c9f5c3c74cd631a2e05

See more details on using hashes here.

Provenance

The following attestation bundles were made for imbi_plugin_github-2.18.0.tar.gz:

Publisher: release.yml on AWeber-Imbi/imbi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file imbi_plugin_github-2.18.0-py3-none-any.whl.

File metadata

File hashes

Hashes for imbi_plugin_github-2.18.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8695f8d1dde419b04f301bfa419f5e0be3390477c1e4f5d15b85e5e08119cf51
MD5 05f8ba1fba8754019c27492b461f3bb7
BLAKE2b-256 1c2b485fe600b86f2565337369db1592568fb610bf8441aab4d1672ea27608c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for imbi_plugin_github-2.18.0-py3-none-any.whl:

Publisher: release.yml on AWeber-Imbi/imbi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page