Repository
Repository identifier in the format owner/repo
Issue title
Issue body/description in markdown format
Labels to apply to the issue
GitHub usernames to assign to the issue
Milestone number or title
The issue has been successfully created
The issue has been successfully created
A webhook secret is automatically generated if one doesn't exist for the repository. This secret is used to verify the authenticity of incoming webhook payloads. The secret is only returned in the response if it was newly generated.
Requires owner role to create webhooks.Repository identifier in format owner/repo
octocat/hello-worldURL where GitHub should send webhook events
https://example.com/webhookThe webhook has been successfully created
The webhook has been successfully created
This is useful when changing the webhook endpoint URL (e.g., after infrastructure changes) without needing to recreate the entire webhook configuration.
The existing webhook secret is reused for security continuity. Requires owner role to update webhooks.Repository identifier in format owner/repo
octocat/hello-worldURL where GitHub should send webhook events
https://example.com/webhookThe webhook has been successfully updated
The webhook has been successfully updated
Repository identifier in the format owner/repo
Commit SHA to create the check for. For PRs, this should be the head commit SHA.
6dcb09b5b57875f334f61aebed695e2e4193db5ePull request number. If provided, the check will be associated with this PR.
123Title of the check run
sfp Metadata Duplicate CheckSummary of the check results
Additional details about the check run
Details URL that will appear in the GitHub UI
https://your-server.com/check-details/123The check run has been successfully created
The check run has been successfully created
Repository identifier in the format owner/repo
octocat/Hello-WorldThe source branch containing the changes
feature-branchThe target branch to merge changes into
mainTitle of the pull request
Add new featureDescription of the pull request in markdown format
This PR implements the following: - Feature A - Feature BWhether to create as a draft pull request
falseThe pull request has been successfully created
The pull request has been successfully created
Repository identifier in the format owner/repo
Optional comment to add when closing the issue
The issue has been successfully closed
The issue has been successfully closed
Supported events are automatically handled by registered handlers. This is a public endpoint as it needs to be accessible by GitHub's webhook delivery system. Authentication is performed via webhook signature validation.The webhook event has been processed successfully
No content
The webhook event has been processed successfully
No content
This endpoint helps verify webhook configuration and troubleshoot webhook delivery issues. Requires owner role to view webhook configurations.List of webhooks for the repository
List of webhooks for the repository
Repository identifier in the format owner/repo
flxbl-io/sf-coreThe pull request has been successfully reopened
The pull request has been successfully reopened
If no webhook exists for the repository, the operation succeeds silently. This is useful for cleanup operations. Requires owner role to delete webhooks.The webhook has been successfully deleted
The webhook has been successfully deleted
No content
Repository identifier in format owner/repo
Filter pull requests by GitHub username
State of pull requests to return (default: open)
Page number (1-based, default: 1)
Number of results per page (default: 30, max: 100)
List of pull requests
List of pull requests
Repository identifier in the format owner/repo
New title for the issue
New body/description in markdown format
New state for the issue
New labels for the issue
GitHub usernames to assign to the issue
New milestone number or title
The issue has been successfully updated
The issue has been successfully updated
Repository identifier in the format owner/repo
flxbl-io/sf-coreThe pull request has been successfully closed
The pull request has been successfully closed
Last updated