Skip to main content

imbi-plugin-github

GitHub plugin for Imbi. A single plugin — slug github — backs every GitHub Integration; the integration-level flavor option selects github.com (github), GitHub Enterprise Cloud (ghec), or GitHub Enterprise Server (ghes), and host names the tenant or appliance.

Capabilities

Kind Handler
identity GitHubIdentity
deployment GitHubDeployment
lifecycle GitHubLifecycle
webhook-actions GitHubWebhookActions
commit-sync GitHubCommitSync
pr-sync GitHubPullRequestSync
analysis GitHubDoctor

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 actions (commit / tag / PR sync)

The webhook-actions capability exposes the actions the gateway dispatches from webhook deliveries. A WebhookRule.handler is "<plugin_slug>#<action_name>", and the slug is the plugin slug — github — not the capability kind:

Action Handler Records into ClickHouse
sync_commits github#sync_commits commits
sync_tags github#sync_tags tags
sync_pull_requests github#sync_pull_requests pull_requests

sync_commits and sync_tags are dispatched from push deliveries; sync_pull_requests from pull_request deliveries.

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, which evaluates against the recorded event — the webhook body is under payload (e.g. payload.ref == "refs/heads/main", payload.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 App — app_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.

Integration options

Asked once per Integration and delivered to every capability on PluginContext.integration_options:

Option Required Description
flavor yes github, ghec, or ghes.
host GHEC/GHES Tenant or appliance host (e.g. tenant.ghe.com, github.example.com).

Capability options

Scoped to one capability and delivered on PluginContext.capability_options:

Capability Option Description
identity default_scopes Space-separated OAuth scopes (default: read:user user:email repo workflow).
lifecycle archive_target_org Org to transfer repos to before archiving; blank archives in place.
lifecycle create_org Default org for repo creation when no org_mapping entry matches.
lifecycle org_mapping Per-project-type-slug org overrides; the first match wins over create_org.

Credentials

One credential store per Integration — every capability receives the same decrypted blob. All fields are individually optional and validated per call, so an identity-only or App-only Integration is valid:

Field Used by Description
access_token service (PAT mode) Static personal/service token.
app_id service (App mode) GitHub App identifier.
private_key service (App mode) App private key — raw PEM or base64-encoded PEM.
installation_id service (App mode) Optional; discovered from the repo when unset.
client_id identity OAuth App client id.
client_secret identity OAuth App client secret.

For commit-sync, pr-sync, and deployment provide either access_token or app_id + private_key. lifecycle acts as the user and takes only access_token (or token) — it does not fall back to GitHub App credentials.

License

BSD-3-Clause.

Release files for imbi-plugin-github 2.26.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for imbi-plugin-github 2.26.0
File Size Uploaded
imbi_plugin_github-2.26.0.tar.gz 114.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for imbi-plugin-github 2.26.0
File Interpreter ABI Platform
imbi_plugin_github-2.26.0-py3-none-any.whl Python 3 none any Details

Total release size: 192.3 kB

Release files / imbi_plugin_github-2.26.0.tar.gz

Download URL imbi_plugin_github-2.26.0.tar.gz
Size 114.1 kB
Tags Source
SHA-256 checksum
How to use checksums
a10b64e0068cc3bbc551f3626b3a665e2ee2fe4efd799fafe2db18c5350444eb
BLAKE2b-256 checksum
How to use checksums
081dc417af0a1049721c4a5682aa73a0caaebf1aaee16b506584e541a97da35b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 19, 2026.

Transparency log

Release files / imbi_plugin_github-2.26.0-py3-none-any.whl

Download URL imbi_plugin_github-2.26.0-py3-none-any.whl
Size 78.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
93f0b4590f633492a46ff74d58028ac8237c41a540909e094f17b6766ed21af6
BLAKE2b-256 checksum
How to use checksums
8a5caf7aa80716629315d286631256d2bebf94daee923c45f8249d63bc994d67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 19, 2026.

Transparency log

Release history Release notifications | RSS feed

2.36.0

2 release files

2.35.1

2 release files

2.35.0

2 release files

2.34.0

2 release files

2.33.0

2 release files

2.32.3

2 release files

2.30.0

2 release files

2.29.4

2 release files

2.29.3

2 release files

2.29.2

2 release files

2.29.1

2 release files

2.29.0

2 release files

2.28.0

2 release files

2.27.0

2 release files

2.26.2

2 release files

2.26.1

2 release files

This release

2.26.0 This release

2 release files

2.25.0

2 release files

2.24.0

2 release files

2.22.0

1 release file

2.21.1

2 release files

2.21.0

2 release files

2.20.0

2 release files

2.19.0

2 release files

2.18.0

2 release files

2.17.0

2 release files

2.16.1

2 release files

2.16.0

2 release files

2.15.1

2 release files

2.15.0

2 release files

2.14.1

2 release files

2.14.0

2 release files

2.13.3

2 release files

2.13.2

2 release files

2.13.0

2 release files

2.12.2

2 release files

2.12.1

2 release files

2.11.5

2 release files

2.11.4

2 release files

2.11.3

2 release files

2.11.2

2 release files

2.11.0

2 release files

2.9.3

2 release files

2.9.2

2 release files

2.9.1

2 release files

2.9.0

2 release files

2.8.0

2 release files

1.5.0

2 release files

1.4.0

2 release files

1.3.0

2 release files

1.1.0

2 release files

1.0.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page