{"id":22120979,"url":"https://github.com/actions-ecosystem/action-add-assignees","last_synced_at":"2025-07-25T13:31:48.518Z","repository":{"id":36955341,"uuid":"262687181","full_name":"actions-ecosystem/action-add-assignees","owner":"actions-ecosystem","description":"👉 GitHub Action to add assignees","archived":false,"fork":false,"pushed_at":"2024-02-21T16:30:32.000Z","size":646,"stargazers_count":10,"open_issues_count":22,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-14T13:36:11.735Z","etag":null,"topics":["actions","assign","github"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/actions-ecosystem-action-add-assignees","language":"TypeScript","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/actions-ecosystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-10T00:59:23.000Z","updated_at":"2024-09-05T10:04:15.000Z","dependencies_parsed_at":"2024-06-19T16:04:05.527Z","dependency_job_id":"358cb547-4d3e-4eb9-9d5e-16b783c9c231","html_url":"https://github.com/actions-ecosystem/action-add-assignees","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.375,"last_synced_commit":"a73fcabd82d847c5e7433fcfdd58ef9f7e8a3993"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-add-assignees","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-add-assignees/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-add-assignees/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-add-assignees/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions-ecosystem","download_url":"https://codeload.github.com/actions-ecosystem/action-add-assignees/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227578604,"owners_count":17788904,"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","assign","github"],"created_at":"2024-12-01T14:31:59.310Z","updated_at":"2024-12-01T14:32:03.678Z","avatar_url":"https://github.com/actions-ecosystem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Action Add Assignees\n\n[![actions-workflow-test][actions-workflow-test-badge]][actions-workflow-test]\n[![release][release-badge]][release]\n[![license][license-badge]][license]\n\n![screenshot](./docs/assets/screenshot.png)\n\nThis is a GitHub Action to add assignees to an issue or a pull request.\n\nIt would be more useful to use this with other GitHub Actions' outputs.\n\n## Inputs\n\n|      NAME      |                                             DESCRIPTION                                             |   TYPE   | REQUIRED |          DEFAULT           |\n| -------------- | --------------------------------------------------------------------------------------------------- | -------- | -------- | -------------------------- |\n| `github_token` | A GitHub token.                                                                                     | `string` | `true`   | `N/A`                      |\n| `assignees`    | The assignees' name to be added. Must be separated with line breaks if there're multiple assignees. | `string` | `true`   | `N/A`                      |\n| `number`       | The number of the issue or pull request.                                                            | `number` | `false`  | `N/A`                      |\n| `repo`         | The owner and repository name. e.g.) `Codertocat/Hello-World`                                       | `string` | `false`  | `${{ github.repository }}` |\n\n## Example\n\n```yaml\nname: Auto Assign\n\non:\n  pull_request:\n    types:\n      - opened\n      - reopened\n\njobs:\n  add_assignees:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions-ecosystem/action-add-assignees@v1\n        with:\n          github_token: ${{ secrets.github_token }}\n          assignees: ${{ github.actor }}\n```\n\n## License\n\nCopyright 2020 The Actions Ecosystem Authors.\n\nAction Add Assignees is released under the [Apache License 2.0](./LICENSE).\n\n\u003c!-- badge links --\u003e\n\n[actions-workflow-test]: https://github.com/actions-ecosystem/action-add-assignees/actions?query=workflow%3ATest\n[actions-workflow-test-badge]: https://img.shields.io/github/workflow/status/actions-ecosystem/action-add-assignees/Test?label=Test\u0026style=for-the-badge\u0026logo=github\n\n[release]: https://github.com/actions-ecosystem/action-add-assignees/releases\n[release-badge]: https://img.shields.io/github/v/release/actions-ecosystem/action-add-assignees?style=for-the-badge\u0026logo=github\n\n[license]: LICENSE\n[license-badge]: https://img.shields.io/github/license/actions-ecosystem/action-add-assignees?style=for-the-badge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions-ecosystem%2Faction-add-assignees","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factions-ecosystem%2Faction-add-assignees","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions-ecosystem%2Faction-add-assignees/lists"}