{"id":20597309,"url":"https://github.com/leavittsoftware/auto-pr-assign","last_synced_at":"2026-06-04T17:31:39.846Z","repository":{"id":75997272,"uuid":"397397655","full_name":"LeavittSoftware/auto-pr-assign","owner":"LeavittSoftware","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-17T22:21:13.000Z","size":288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T01:08:30.791Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeavittSoftware.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":"2021-08-17T21:40:15.000Z","updated_at":"2023-10-05T17:42:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"172f9be8-cd99-40a2-98ab-5ee305d8fd1d","html_url":"https://github.com/LeavittSoftware/auto-pr-assign","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeavittSoftware%2Fauto-pr-assign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeavittSoftware%2Fauto-pr-assign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeavittSoftware%2Fauto-pr-assign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeavittSoftware%2Fauto-pr-assign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeavittSoftware","download_url":"https://codeload.github.com/LeavittSoftware/auto-pr-assign/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242231442,"owners_count":20093636,"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":["hacktoberfest"],"created_at":"2024-11-16T08:21:43.282Z","updated_at":"2026-06-04T17:31:39.798Z","avatar_url":"https://github.com/LeavittSoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @delivery-much/actions-assigner\n\nAuto assign all team members to a PR\n\n## Inputs\n\n| Name               | Description                                                                 | Example |\n| ------------------ | --------------------------------------------------------------------------- | ------- |\n| `token`            | **Required** A `repo` scoped personal access token. ${{ secrets.GH_TOKEN }} |\n| `org`              | GitHub org                                                                  |\n| `production-teams` | Slugs of active production teams, separated by comma                        | backend |\n\n## Example workflow\n\n- Create a file `pull-request.yml` in `.github/workflows/` directory with the following content:\n\n```yaml\nname: pull-request\non:\n  pull_request:\n    types: [opened, reopened]\njobs:\n  assign:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: LeavittSoftware/auto-pr-assign@master\n        with:\n          token: ${{ secrets.GH_TOKEN }}\n          org: myOrg\n          production-teams: \"TeamA,TeamB\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleavittsoftware%2Fauto-pr-assign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleavittsoftware%2Fauto-pr-assign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleavittsoftware%2Fauto-pr-assign/lists"}