{"id":50751363,"url":"https://github.com/mashabow/issue-duplicator-action","last_synced_at":"2026-06-11T01:11:06.228Z","repository":{"id":63673753,"uuid":"569696721","full_name":"mashabow/issue-duplicator-action","owner":"mashabow","description":"GitHub Action to duplicate an issue with assignees, labels, milestone, and GitHub project custom fields","archived":false,"fork":false,"pushed_at":"2023-03-06T02:05:25.000Z","size":1458,"stargazers_count":12,"open_issues_count":6,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T07:40:48.909Z","etag":null,"topics":["github-actions","github-projects"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/issue-duplicator","language":"TypeScript","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/mashabow.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}},"created_at":"2022-11-23T12:13:45.000Z","updated_at":"2025-02-28T14:57:37.000Z","dependencies_parsed_at":"2023-02-08T21:00:46.838Z","dependency_job_id":null,"html_url":"https://github.com/mashabow/issue-duplicator-action","commit_stats":{"total_commits":64,"total_committers":2,"mean_commits":32.0,"dds":0.09375,"last_synced_commit":"52d37ac51f3154efff4f75760f7beacb5aede6c4"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/mashabow/issue-duplicator-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mashabow%2Fissue-duplicator-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mashabow%2Fissue-duplicator-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mashabow%2Fissue-duplicator-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mashabow%2Fissue-duplicator-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mashabow","download_url":"https://codeload.github.com/mashabow/issue-duplicator-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mashabow%2Fissue-duplicator-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34177755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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","github-projects"],"created_at":"2026-06-11T01:11:03.967Z","updated_at":"2026-06-11T01:11:06.204Z","avatar_url":"https://github.com/mashabow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Issue Duplicator\n\nWith this GitHub Action, you can duplicate an issue with `/duplicate` issue comment. It creates a duplicated issue in the same repository with these copied properties:\n\n- Title\n- Body\n- Assignees\n- Labels\n- Milestone\n- GitHub projects (including their custom fields)\n\nNote that the following properties are _not_ copied from the original issue:\n\n- Author\n- Comments\n- State (open or closed)\n- Locked or not\n\nFor details, please read this blog post (in Japanese):\n\n- [GitHub の issue をまるっと複製する GitHub Action「Issue Duplicator」を自作した - Feedforce Developer Blog](https://developer.feedforce.jp/entry/2022/12/04/235514)\n\n## Usage\n\nAdd `.github/workflows/issue-duplicator.yml` to your repository:\n\n```yml\nname: Issue Duplicator\n\non:\n  issue_comment:\n    types: [created, edited]\n\njobs:\n  run:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: mashabow/issue-duplicator-action@v1\n        with:\n          github-token: ${{ secrets.ISSUE_DUPLICATOR_PAT }}\n```\n\n### Input\n\n- `github-token` **(required)**: a [personal access\n  token](https://github.com/settings/tokens/new) with `repo` and `project` scopes.\n\n## Development\n\n### Manual testing\n\nFor manual testing against your development branch, you can use this workflow in another repository:\n\n```yml\nname: Issue Duplicator (dev)\n\non:\n  issue_comment:\n    types: [created, edited]\n\njobs:\n  run:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n        with:\n          repository: mashabow/issue-duplicator-action\n          ref: your-development-branch\n      - name: Install\n        run: npm ci\n      - name: Build\n        run: npm run build\n      - uses: ./\n        with:\n          github-token: ${{ secrets.ISSUE_DUPLICATOR_PAT }}\n```\n\n### Publish\n\nTo publish a new version of this action, create a release on GitHub. Then the following stuff are automatically done with [JasonEtco/build-and-tag-action](https://github.com/JasonEtco/build-and-tag-action).\n\n1. Build this action.\n2. Commit `action.yml` and the built file.\n3. Push the commit with version tags.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmashabow%2Fissue-duplicator-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmashabow%2Fissue-duplicator-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmashabow%2Fissue-duplicator-action/lists"}