v0.3.1
Patch release fixing ticket sync with GitHub App authentication.
Fixed
- Ticket sync: fall back to the configured GitHub App (or
GITHUB_TOKENPAT) 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.