main
integrations: Create incoming webhook for GitHub Sponsors.
webhooks/github: Add fixtures for check run events.
webhooks: Migrate the GitHub integration to new http headers system.
webhooks: Move github_webhook/ to github/.
webhooks/github: Add fixtures for deployment status events.
github webhook: Support all actions on discussion events.
integrations: Update GitHub discussion related fixtures.
integrations: Add GitHub discussion comment edit fixture.
text: Fix some typos (most of them found and fixed by codespell).
webhooks/github: Suppress "comment edited" events when body is same.
integrations: Add pull request comment fixture to GitHub Integration.
integrations: Reformat Github issue assigned message body.
integrations: Add issue demilestoned fixture to GitHub Integration.
integrations/github: Add fixtures for issue edited events.
integrations: Add issue labeled fixture to GitHub Integration.
integrations: Add issue milestoned fixture to GitHub Integration.
webhooks/github: Added support for issue transferred events.
webhooks: Add issue unassigned fixture to GitHub Integration.
integrations: Add issue unlabeled fixture to GitHub Integration.
github: Strengthen types using WildValue.
github: Handle ping events from GitHub Sponsors webhooks.
webhooks: Add support for more GitHub pull_request events.
webhooks/github: Improve coverage for pull-request events.
webhooks/github: Fix repeating description for edits and updates.
webhooks: Support filtering GitHub activity from private repositories.
webhooks/github: Add support for pull request ready for review.
webhooks: Add team reviewers support in github webhook.
integrations: Prevent duplicate GitHub pull request review messages.
integrations: Allow null pull request review body in GitHub Integration.
integrations: Add force push fixtures for GitHub Integration.
webhooks/github: Add support for repository_advisory events.
webhooks/github: Ignore repository_vulnerability_alert event.
webhooks/github: Add support for star events.
webhooks/github: Add fixtures for commit status events.
ci: Check that non-scripts aren’t marked executable.