Integration reference

GitHub Trigger and Action reference

Start from the GitHub webhook catalog and automate repositories, issues, pull requests, and Actions workflows.

77 Triggers6 ActionsManifests: Trigger v1 · Action v1

Authentication

Install the FastHook GitHub App and grant it access to all required repositories.

  • Trigger account type: app_installation; reconnect by installation.
  • Action connection type: oauth2; available modes: Connected GitHub account.

Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.

Scopes and permissions

The Trigger manifest does not declare a fixed base OAuth scope list. Installation access, API credentials, or the selected event configuration can still control available resources.

View 4 OAuth scopes used by current Actions

issues:write, pull_requests:write, contents:read, actions:write

View 4 provider permissions or credential requirements

issues:write, pull_requests:write, contents:read, actions:write

Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.

Use GitHub as a Trigger

The current provider manifest contains 77 available Trigger definitions. Representative definitions include:

  • Any GitHub Event
  • Custom Webhook Events
  • Issues
  • Pull Request
  • Push
  • Workflow Run
View all 77 available Trigger definitions
TriggerManifest keyDeliveryAdditional scopes
Any GitHub Eventgithub.any_event.instantinstantNone declared
Custom Webhook Eventsgithub.custom_webhook_events.instantinstantNone declared
Branch Protection Configurationgithub.branch_protection_configuration.instantinstantNone declared
Branch Protection Rulegithub.branch_protection_rule.instantinstantNone declared
Check Rungithub.check_run.instantinstantNone declared
Check Suitegithub.check_suite.instantinstantNone declared
Code Scanning Alertgithub.code_scanning_alert.instantinstantNone declared
Commit Commentgithub.commit_comment.instantinstantNone declared
Creategithub.create.instantinstantNone declared
Custom Propertygithub.custom_property.instantinstantNone declared
Custom Property Valuesgithub.custom_property_values.instantinstantNone declared
Deletegithub.delete.instantinstantNone declared
Dependabot Alertgithub.dependabot_alert.instantinstantNone declared
Deploy Keygithub.deploy_key.instantinstantNone declared
Deploymentgithub.deployment.instantinstantNone declared
Deployment Protection Rulegithub.deployment_protection_rule.instantinstantNone declared
Deployment Reviewgithub.deployment_review.instantinstantNone declared
Deployment Statusgithub.deployment_status.instantinstantNone declared
Discussiongithub.discussion.instantinstantNone declared
Discussion Commentgithub.discussion_comment.instantinstantNone declared
Dismissal Request Code Scanninggithub.dismissal_request_code_scanning.instantinstantNone declared
Dismissal Request Dependabotgithub.dismissal_request_dependabot.instantinstantNone declared
Dismissal Request License Compliancegithub.dismissal_request_license_compliance.instantinstantNone declared
Dismissal Request Secret Scanninggithub.dismissal_request_secret_scanning.instantinstantNone declared
Exemption Request Push Rulesetgithub.exemption_request_push_ruleset.instantinstantNone declared
Exemption Request Secret Scanninggithub.exemption_request_secret_scanning.instantinstantNone declared
Forkgithub.fork.instantinstantNone declared
GitHub App Authorizationgithub.github_app_authorization.instantinstantNone declared
Gollumgithub.gollum.instantinstantNone declared
Installationgithub.installation.instantinstantNone declared
Installation Repositoriesgithub.installation_repositories.instantinstantNone declared
Installation Targetgithub.installation_target.instantinstantNone declared
Issue Commentgithub.issue_comment.instantinstantNone declared
Issue Dependenciesgithub.issue_dependencies.instantinstantNone declared
Issuesgithub.issues.instantinstantNone declared
Labelgithub.label.instantinstantNone declared
Membergithub.member.instantinstantNone declared
Membershipgithub.membership.instantinstantNone declared
Merge Groupgithub.merge_group.instantinstantNone declared
Merge Queue Entrygithub.merge_queue_entry.instantinstantNone declared
Metagithub.meta.instantinstantNone declared
Milestonegithub.milestone.instantinstantNone declared
Org Blockgithub.org_block.instantinstantNone declared
Organizationgithub.organization.instantinstantNone declared
Organization Custom Property Valuesgithub.organization_custom_property_values.instantinstantNone declared
Page Buildgithub.page_build.instantinstantNone declared
Personal Access Token Requestgithub.personal_access_token_request.instantinstantNone declared
Pinggithub.ping.instantinstantNone declared
Projects V2github.projects_v2.instantinstantNone declared
Projects V2 Itemgithub.projects_v2_item.instantinstantNone declared
Projects V2 Status Updategithub.projects_v2_status_update.instantinstantNone declared
Publicgithub.public.instantinstantNone declared
Pull Requestgithub.pull_request.instantinstantNone declared
Pull Request Reviewgithub.pull_request_review.instantinstantNone declared
Pull Request Review Commentgithub.pull_request_review_comment.instantinstantNone declared
Pull Request Review Threadgithub.pull_request_review_thread.instantinstantNone declared
Pushgithub.push.instantinstantNone declared
Registry Packagegithub.registry_package.instantinstantNone declared
Releasegithub.release.instantinstantNone declared
Repositorygithub.repository.instantinstantNone declared
Repository Advisorygithub.repository_advisory.instantinstantNone declared
Repository Dispatchgithub.repository_dispatch.instantinstantNone declared
Repository Rulesetgithub.repository_ruleset.instantinstantNone declared
Secret Scanning Alertgithub.secret_scanning_alert.instantinstantNone declared
Secret Scanning Alert Locationgithub.secret_scanning_alert_location.instantinstantNone declared
Secret Scanning Scangithub.secret_scanning_scan.instantinstantNone declared
Security Advisorygithub.security_advisory.instantinstantNone declared
Security And Analysisgithub.security_and_analysis.instantinstantNone declared
Stargithub.star.instantinstantNone declared
Statusgithub.status.instantinstantNone declared
Sub Issuesgithub.sub_issues.instantinstantNone declared
Teamgithub.team.instantinstantNone declared
Team Addgithub.team_add.instantinstantNone declared
Watchgithub.watch.instantinstantNone declared
Workflow Dispatchgithub.workflow_dispatch.instantinstantNone declared
Workflow Jobgithub.workflow_job.instantinstantNone declared
Workflow Rungithub.workflow_run.instantinstantNone declared

Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.

Use GitHub Actions

The current Action manifest contains 6 operations. Representative Actions include:

  • Create Issue
  • Update Issue
  • Add Issue Comment
  • Create Pull Request
  • Dispatch Workflow
  • Custom API Request
View all 6 available Action definitions
ActionManifest keyAccess and authManifest rate limit
Create Issuegithub.create_issueissues:write
FastHook-managed account
1/second
Update Issuegithub.update_issueissues:write
FastHook-managed account
1/second
Add Issue Commentgithub.add_issue_commentissues:write
FastHook-managed account
1/second
Create Pull Requestgithub.create_pull_requestpull_requests:write, contents:read
FastHook-managed account
1/second
Dispatch Workflowgithub.dispatch_workflowactions:write
FastHook-managed account
1/second
Custom API Requestgithub.custom_api_requestNone declared
FastHook-managed account
1/second

The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.

Build a Workflow

  1. Create a Source using a GitHub Trigger definition.
  2. Create a Workflow with that Source as its Trigger.
  3. Add the required GitHub Action and select the connected account.
  4. Map Trigger or earlier-Step data into the Action fields with the field picker.
  5. Add a Filter, Paths, Delay, or Transformation when the route needs it.
  6. Activate the Workflow, produce a controlled event, and verify the run in Audit and in GitHub.

Troubleshooting GitHub

The account is missing or cannot be selected
Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
A resource picker is empty
Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
The editor asks for additional scopes
Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
An active Workflow returns 401, 403, or a permission error
Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
The provider returns 429 or a temporary 5xx
Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.

Provider-specific checks

  • Repository access is controlled by the GitHub App installation as well as Source filters.
  • Use the webhook action field to distinguish opened, edited, closed, and other changes.

Next