This repository provides easy-to-use composite actions for managing a Github
repository in Github workflows. All actions wrap the octokit api via
actions/github-script
.
Below are the list of available actions, with links to documentation:
git/add
git/commit
git/create-branch
git/delete-branch
git/delete-tag
git/get-branch
git/get-commit
git/get-tag
git/push
issues/add-assignees
issues/add-labels
issues/close
issues/create
issues/create-comment
issues/create-or-comment
issues/delete-comment
issues/get
issues/get-comment
issues/lock
issues/open
issues/remove-assignees
issues/remove-labels
issues/set-labels
issues/unlock
issues/update
issues/update-comment
pulls/add-assignees
pulls/add-labels
pulls/close
pulls/create
pulls/create-comment
pulls/get
pulls/merge
pulls/open
pulls/remove-assignees
pulls/remove-labels
pulls/update-comment
releases/create
releases/delete
releases/delete-asset
releases/get
releases/upload-asset
repos/add-collaborator
repos/check-collaborator
repos/create-commit-status
repos/remove-collaborator
Except where otherwise specified, this project is dual-licensed under both the Apache-2 and MIT licenses.