Skip to content

v0.3.1

Choose a tag to compare

@jonwiggins jonwiggins released this 20 Apr 07:55

Patch release fixing ticket sync with GitHub App authentication.

Fixed

  • Ticket sync: fall back to the configured GitHub App (or GITHUB_TOKEN PAT) when a GitHub ticket provider has no inline token or provider-specific secret. Previously sync hard-failed with "GitHub provider requires token, owner, and repo in config" even when a GitHub App was fully configured (#458, PR #460).

Full changelog: v0.3.0...v0.3.1

Thanks to @rnethi25 for the clear report and diagnosis.