Skip to content

Remove unsupported event from GitHub App manifest - #843

Open
fcakyon wants to merge 1 commit into
oblien:mainfrom
fcakyon:fatih/fix-github-manifest
Open

fcakyon wants to merge 1 commit into
oblien:mainfrom
fcakyon:fatih/fix-github-manifest

Conversation

@fcakyon

@fcakyon fcakyon commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

GitHub rejects the generated manifest because installation cannot be explicitly subscribed to. Apps receive it automatically.

- default_events: ["check_run", "installation", "pull_request", "push"],
+ default_events: ["check_run", "pull_request", "push"],

Update the existing manifest expectation. Fixes #842.

@fcakyon

fcakyon commented Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

@Hydralerne opened a simple fix for self serve github app creation bug 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: GitHub App manifest includes unsupported installation event

1 participant