{"id":17736551,"url":"https://github.com/toshimaru/auto-author-assign","last_synced_at":"2025-10-05T17:35:32.794Z","repository":{"id":36984238,"uuid":"255515795","full_name":"toshimaru/auto-author-assign","owner":"toshimaru","description":"GitHub Actions: Automatically assign pull request authors.","archived":false,"fork":false,"pushed_at":"2024-11-18T02:31:09.000Z","size":1464,"stargazers_count":120,"open_issues_count":9,"forks_count":24,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-20T12:07:04.142Z","etag":null,"topics":["github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/auto-author-assign","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toshimaru.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"toshimaru"}},"created_at":"2020-04-14T05:11:44.000Z","updated_at":"2025-09-18T07:57:44.000Z","dependencies_parsed_at":"2023-09-24T03:21:52.282Z","dependency_job_id":"a333671a-1446-4dd0-bae0-50d899f1d223","html_url":"https://github.com/toshimaru/auto-author-assign","commit_stats":{"total_commits":124,"total_committers":7,"mean_commits":"17.714285714285715","dds":0.4032258064516129,"last_synced_commit":"7e15cd70c245ad136377c3fab3479815df10d844"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/toshimaru/auto-author-assign","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fauto-author-assign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fauto-author-assign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fauto-author-assign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fauto-author-assign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toshimaru","download_url":"https://codeload.github.com/toshimaru/auto-author-assign/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fauto-author-assign/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278487972,"owners_count":25995300,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["github-actions"],"created_at":"2024-10-26T00:23:26.118Z","updated_at":"2025-10-05T17:35:32.774Z","avatar_url":"https://github.com/toshimaru.png","language":"JavaScript","funding_links":["https://github.com/sponsors/toshimaru"],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/toshimaru/auto-author-assign/actions/workflows/build.yml/badge.svg)](https://github.com/toshimaru/auto-author-assign/actions/workflows/build.yml)\n\n# auto-author-assign\n\nGitHub Actions: Automatically assign pull request authors.\n\n![OG image](./img/auto-author-assign.jpg)\n\n## Why this action?\n\nIn most cases, the pull request author should be assigned as an **assignee** of the pull request.\n\nThis action automatically assigns the pull request author as an assignee.\n\n## Usage\n\n```yml\n# .github/workflows/auto-author-assign.yml\nname: Auto Author Assign\n\non:\n  pull_request_target:\n    types: [ opened, reopened ]\n\npermissions:\n  pull-requests: write\n\njobs:\n  assign-author:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: toshimaru/auto-author-assign@v2.1.1\n```\n\n## Use your own token\n\nYou can specify your own token.\n\n```yml\njobs:\n  assign-author:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: toshimaru/auto-author-assign\n        with:\n          repo-token: ${{ secrets.YOUR_TOKEN }}\n```\n\nIf not specified, `GITHUB_TOKEN` will be used by default.\n\n## Enable auto-author-assign for issues\n\nAn issue's author can be automatically assigned as an issue assignee.\n\n- Add `issues` to the trigger\n- Add `issues: write` to the permissions\n\n```yml\non:\n  issues:\n    types: [ opened, reopened ]\n  pull_request_target:\n    types: [ opened, reopened ]\n\npermissions:\n  issues: write\n  pull-requests: write\n\njobs:\n  ...\n```\n\n## Skip assigning the author\n\nThe `auto-author-assign` action skips assigning the author when:\n\n1. Someone is already assigned as an assignee\n1. The author is a bot\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fauto-author-assign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshimaru%2Fauto-author-assign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fauto-author-assign/lists"}