{"id":18736847,"url":"https://github.com/bitwizeshift/actions-github","last_synced_at":"2025-11-17T04:30:14.516Z","repository":{"id":214434149,"uuid":"736493815","full_name":"bitwizeshift/actions-github","owner":"bitwizeshift","description":"A repository of composite actions for automating Github repo management","archived":false,"fork":false,"pushed_at":"2024-02-15T02:37:15.000Z","size":160,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T17:14:04.093Z","etag":null,"topics":["actions","git","github","github-script"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitwizeshift.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-28T04:06:56.000Z","updated_at":"2024-05-30T23:27:57.000Z","dependencies_parsed_at":"2024-02-15T03:30:06.022Z","dependency_job_id":"4123fa8f-5c0c-4baf-8d97-568ea6b82409","html_url":"https://github.com/bitwizeshift/actions-github","commit_stats":null,"previous_names":["bitwizeshift/actions-github"],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwizeshift%2Factions-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwizeshift%2Factions-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwizeshift%2Factions-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwizeshift%2Factions-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitwizeshift","download_url":"https://codeload.github.com/bitwizeshift/actions-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239611993,"owners_count":19668274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","git","github","github-script"],"created_at":"2024-11-07T15:22:43.735Z","updated_at":"2025-11-17T04:30:14.451Z","avatar_url":"https://github.com/bitwizeshift.png","language":"Go","readme":"# `actions-github`\n\nThis repository provides easy-to-use [composite actions] for managing a Github\nrepository in [Github workflows]. All actions wrap the [octokit api] via\n[`actions/github-script`][github-script].\n\n## Available Actions\n\nBelow are the list of available actions, with links to documentation:\n\n* [`git/add`](docs/git-add.md)\n* [`git/commit`](docs/git-commit.md)\n* [`git/create-branch`](docs/git-create-branch.md)\n* [`git/delete-branch`](docs/git-delete-branch.md)\n* [`git/delete-tag`](docs/git-delete-tag.md)\n* [`git/get-branch`](docs/git-get-branch.md)\n* [`git/get-commit`](docs/git-get-commit.md)\n* [`git/get-tag`](docs/git-get-tag.md)\n* [`git/push`](docs/git-push.md)\n* [`issues/add-assignees`](docs/issues-add-assignees.md)\n* [`issues/add-labels`](docs/issues-add-labels.md)\n* [`issues/close`](docs/issues-close.md)\n* [`issues/create`](docs/issues-create.md)\n* [`issues/create-comment`](docs/issues-create-comment.md)\n* [`issues/create-or-comment`](docs/issues-create-or-comment.md)\n* [`issues/delete-comment`](docs/issues-delete-comment.md)\n* [`issues/get`](docs/issues-get.md)\n* [`issues/get-comment`](docs/issues-get-comment.md)\n* [`issues/lock`](docs/issues-lock.md)\n* [`issues/open`](docs/issues-open.md)\n* [`issues/remove-assignees`](docs/issues-remove-assignees.md)\n* [`issues/remove-labels`](docs/issues-remove-labels.md)\n* [`issues/set-labels`](docs/issues-set-labels.md)\n* [`issues/unlock`](docs/issues-unlock.md)\n* [`issues/update`](docs/issues-update.md)\n* [`issues/update-comment`](docs/issues-update-comment.md)\n* [`pulls/add-assignees`](docs/pulls-add-assignees.md)\n* [`pulls/add-labels`](docs/pulls-add-labels.md)\n* [`pulls/close`](docs/pulls-close.md)\n* [`pulls/create`](docs/pulls-create.md)\n* [`pulls/create-comment`](docs/pulls-create-comment.md)\n* [`pulls/get`](docs/pulls-get.md)\n* [`pulls/merge`](docs/pulls-merge.md)\n* [`pulls/open`](docs/pulls-open.md)\n* [`pulls/remove-assignees`](docs/pulls-remove-assignees.md)\n* [`pulls/remove-labels`](docs/pulls-remove-labels.md)\n* [`pulls/update-comment`](docs/pulls-update-comment.md)\n* [`releases/create`](docs/releases-create.md)\n* [`releases/delete`](docs/releases-delete.md)\n* [`releases/delete-asset`](docs/releases-delete-asset.md)\n* [`releases/get`](docs/releases-get.md)\n* [`releases/upload-asset`](docs/releases-upload-asset.md)\n* [`repos/add-collaborator`](docs/repos-add-collaborator.md)\n* [`repos/check-collaborator`](docs/repos-check-collaborator.md)\n* [`repos/create-commit-status`](docs/repos-create-commit-status.md)\n* [`repos/remove-collaborator`](docs/repos-remove-collaborator.md)\n\n## License\n\nExcept where otherwise specified, this project is dual-licensed under both the\n[Apache-2] and [MIT] licenses.\n\n[Apache-2]: https://opensource.org/license/apache-2-0/\n[MIT]: http://opensource.org/licenses/MIT/\n[composite actions]: https://docs.github.com/en/actions/creating-actions/creating-a-composite-action\n[octokit api]: https://octokit.github.io/rest.js/v20\n[Github workflows]: https://docs.github.com/en/actions/using-workflows\n[github-script]: https://github.com/actions/github-script\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwizeshift%2Factions-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitwizeshift%2Factions-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwizeshift%2Factions-github/lists"}