> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub

> Browse the tools and triggers available for GitHub in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/github/GITHUB_CREATE_ISSUE" title="Create Issue" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_UPDATE_ISSUE" title="Update Issue" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_GET_ISSUE_BY_NUMBER" title="Get Issue By Number" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_LOCK_ISSUE" title="Lock Issue" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_SEARCH_ISSUE" title="Search Issue" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_CREATE_RELEASE" title="Create Release" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_UPDATE_RELEASE" title="Update Release" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_GET_RELEASE_BY_ID" title="Get Release By ID" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_GET_RELEASE_BY_TAG_NAME" title="Get Release By Tag Name" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_DELETE_RELEASE" title="Delete Release" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_GET_FILES_CHANGED_IN_PR" title="Get Files Changed In Pr" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_GET_PULL_REQUEST_BY_NUMBER" title="Get Pull Request By Number" horizontal />

  <Card href="/actionkit/integrations/github/GITHUB_GET_FILE" title="Get File" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_ISSUE_CREATED" title="Issue Created" horizontal />

  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_ISSUE_UPDATED" title="Issue Updated" horizontal />

  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_PULL_REQUEST_CREATED" title="PR Created" horizontal />

  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_PULL_REQUEST_UPDATED" title="PR Updated" horizontal />

  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_PROJECT_CREATED" title="Project Created" horizontal />

  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_PROJECT_UPDATED" title="Project Updated" horizontal />

  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_CLASSIC_PROJECT_CREATED" title="Project Created (Classic)" horizontal />

  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_CLASSIC_PROJECT_UPDATED" title="Project Updated (Classic)" horizontal />

  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_PROJECT_ITEM_CREATED" title="Project Item Created" horizontal />

  <Card href="/actionkit/integrations/github/triggers/GITHUB_TRIGGER_PROJECT_ITEM_UPDATED" title="Project Item Updated" horizontal />
</CardGroup>

<Info>**Don't see the trigger you need?** Define your own using [Custom Webhooks](/resources/custom-webhooks).</Info>
