{"id":18710642,"url":"https://github.com/apify/pull-request-toolkit-action","last_synced_at":"2026-03-16T22:03:24.280Z","repository":{"id":39310759,"uuid":"352715571","full_name":"apify/pull-request-toolkit-action","owner":"apify","description":"The Github action that makes sure that each PR is correctly set up and has a milestone set.","archived":false,"fork":false,"pushed_at":"2024-11-29T09:27:28.000Z","size":1629,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-12-06T07:34:24.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/apify.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-03-29T16:44:56.000Z","updated_at":"2024-11-29T09:23:19.000Z","dependencies_parsed_at":"2024-10-05T20:00:37.965Z","dependency_job_id":"c5a8cd7f-15ff-4752-b96d-fcb73d87f7e2","html_url":"https://github.com/apify/pull-request-toolkit-action","commit_stats":{"total_commits":38,"total_committers":4,"mean_commits":9.5,"dds":0.368421052631579,"last_synced_commit":"a8d6cc7f5a8c51c94f7fe8cbb2bdbec0528c9962"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fpull-request-toolkit-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fpull-request-toolkit-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fpull-request-toolkit-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Fpull-request-toolkit-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apify","download_url":"https://codeload.github.com/apify/pull-request-toolkit-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231580022,"owners_count":18395373,"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":[],"created_at":"2024-11-07T12:35:08.592Z","updated_at":"2025-11-03T16:29:49.999Z","avatar_url":"https://github.com/apify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pull request toolkit\n\nThis action automates a couple of processes connected with the management of GitHub pull requests.\n\n# What it does\n\n- Assigns PR to its creator.\n- Fills a missing milestone with a current milestone from Zenhub.\n- Assigns a team label (`t-[teamName]`) to the pull request.\n- Makes sure that:\n  - PR is either linked with epic or issue or labeled as `adhoc`\n  - PR itself or linked issue is estimated\n\n## Wishlist / TODOs\n\n- GitHub action for publishing of a new version.\n- GitHub action for lint and tests execution.\n- Use Docker image with runtime typescript compilation instead of committing a dist directory.\n\n# Action input\n\n| Name           | Description                                        | Example        | Required |\n|----------------|----------------------------------------------------|----------------|----------|\n| `repo-token`   | Repository GitHub token                            | `github-token` | yes      |\n| `org-token`    | GitHub token with read only access to organization | `github-token` | yes      |\n| `zenhub-token` | GitHub token with read only access to organization | `zenhub-token` | yes      |\n\n# Example usage\n\n```yaml\nname: Apify PR toolkit\n\non:\n  pull_request:\n    branches:\n      - develop\n\njobs:\n  apify-pr-toolkit:\n    runs-on: ubuntu-20.04\n    steps:\n      - name: clone pull-request-toolkit-action\n        uses: actions/checkout@v2\n        with:\n          repository: apify/pull-request-toolkit-action\n          ref: refs/tags/v1.0.1\n          path: ./.github/actions/pull-request-toolkit-action\n\n      - name: run pull-request-toolkit action\n        uses: ./.github/actions/pull-request-toolkit-action\n        with:\n          repo-token: ${{ secrets.GITHUB_TOKEN }}\n          org-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }}\n          zenhub-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_ZENHUB_TOKEN }}\n```\n\n# Contribution\n\n1. Update code in `./src`\n2. Run `npm i`\n3. Run `npm run all`\n4. Commit all changes including `./dist` folder with built code.\n5. Publish a new version of an action using the new release (It needs to be done manually)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapify%2Fpull-request-toolkit-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapify%2Fpull-request-toolkit-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapify%2Fpull-request-toolkit-action/lists"}