Actions

add_labels_to_issue
Adds labels to an existing issue.

create_branch
Creates a new branch on a repository.

createCommentOnAIssue
Adds a comment to the specified issue (also works with pull requests)

custom_api_call
Make a custom API call to a specific endpoint

delete_branch
Deletes a branch from a repository.

find_branch
Finds a branch by name and returns its details.

find_issue
Finds an issue based title.

find_user
Finds a user by their login name.

getIssueInformation
Grabs information from a specific issue

github_create_commit_comment
Creates a comment on a commit in a GitHub repository

github_create_discussion_comment
Creates a comment on a discussion in a GitHub repository

github_create_issue
Create Issue in GitHub Repository

github_create_pull_request_review_comment
Creates a review comment on a pull request in a GitHub repository

lockIssue
Locks the specified issue

rawGraphqlQuery
Perform a raw GraphQL query

unlockIssue
Unlocks the specified issue

update_issue
Updates an existing issue.
Triggers

trigger_pull_request
Triggers when there is activity on a pull request.

trigger_star
Trigger when there is activity relating to repository stars.

trigger_issues
Triggers when there is activity relating to an issue.

trigger_push
Triggers when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed, when a branch is deleted, when a tag is deleted, or when a repository is created from a template.

trigger_discussion
Triggers when there is activity relating to a discussion.

trigger_discussion_comment
Triggers when there is a new comment posted on a discussion.

new_branch
Triggers when a new branch is created.

new_collaborator
Triggers when a new collaborator is added to a repository.

new_label
Triggers when a new label is created in a repository.

new_milestone
Triggers when a new milestone is created.

new_release
Triggers when a new release is added.























