{"id":15140257,"url":"https://github.com/dessant/move-issues","last_synced_at":"2025-09-29T08:31:46.942Z","repository":{"id":57303242,"uuid":"110437255","full_name":"dessant/move-issues","owner":"dessant","description":"🤖 GitHub App that moves issues between repositories","archived":true,"fork":false,"pushed_at":"2021-07-03T15:24:34.000Z","size":358,"stargazers_count":49,"open_issues_count":1,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-16T10:41:15.729Z","etag":null,"topics":["github-app","issues","probot","probot-app"],"latest_commit_sha":null,"homepage":"","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/dessant.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-11-12T14:01:37.000Z","updated_at":"2024-08-11T13:55:05.000Z","dependencies_parsed_at":"2022-08-29T07:10:29.111Z","dependency_job_id":null,"html_url":"https://github.com/dessant/move-issues","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Fmove-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Fmove-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Fmove-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Fmove-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dessant","download_url":"https://codeload.github.com/dessant/move-issues/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234604488,"owners_count":18859164,"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":["github-app","issues","probot","probot-app"],"created_at":"2024-09-26T08:01:48.530Z","updated_at":"2025-09-29T08:31:46.598Z","avatar_url":"https://github.com/dessant.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Move Issues\n\n[![Version](https://img.shields.io/npm/v/move-issues.svg?colorB=007EC6)](https://www.npmjs.com/package/move-issues)\n\n\u003e This project is no longer maintained.\n\nMove Issues is a GitHub App built with [Probot](https://github.com/probot/probot)\nthat moves issues between repositories.\n\n\u003cp\u003e\n  \u003cimg width=\"420\" src=\"https://raw.githubusercontent.com/dessant/move-issues/master/assets/source-issue.png\"\u003e\n  \u003cimg width=\"420\" src=\"https://raw.githubusercontent.com/dessant/move-issues/master/assets/target-issue.png\"\u003e\n\u003c/p\u003e\n\n## Usage\n\n1. **[Install the GitHub App]()**\n   for all source and target repositories\n2. Create `.github/move.yml` in the source repository based on the template below\n3. Move an issue by creating a comment with this command: `/move to \u003crepo\u003e`\n\nUsers must have the following permissions in order to move issues:\n\n* Write access to the source repository\n* Write access to the target repository (when the source or target repository\n  is private, or when they have different owners)\n\n**If possible, install the app only for select repositories.\nDo not leave the `All repositories` option selected, unless you intend\nto use the app for all current and future repositories.**\n\n#### Configuration\n\nCreate `.github/move.yml` in the default branch to enable the app,\nor add it at the same file path to a repository named `.github`.\nThe file can be empty, or it can override any of these default settings:\n\n```yaml\n# Configuration for Move Issues - https://github.com/dessant/move-issues\n\n# Delete the command comment when it contains no other content\ndeleteCommand: true\n\n# Close the source issue after moving\ncloseSourceIssue: true\n\n# Lock the source issue after moving\nlockSourceIssue: false\n\n# Mention issue and comment authors\nmentionAuthors: true\n\n# Preserve mentions in the issue content\nkeepContentMentions: false\n\n# Move labels that also exist on the target repository\nmoveLabels: true\n\n# Set custom aliases for targets\n# aliases:\n#   r: repo\n#   or: owner/repo\n\n# Repository to extend settings from\n# _extends: repo\n```\n\n#### Command Syntax\n\n```\n/move [to ][\u003cowner\u003e/]\u003crepo\u003e\n```\n\n###### Examples:\n\n```\n/move to repo\n/move to owner/repo\n/move repo\n/move owner/repo\n```\n\n## Deployment\n\nSee [docs/deploy.md](docs/deploy.md) if you would like to run your own\ninstance of this app.\n\n## License\n\nCopyright (c) 2017-2021 Armin Sebastian\n\nThis software is released under the terms of the MIT License.\nSee the [LICENSE](LICENSE) file for further information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdessant%2Fmove-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdessant%2Fmove-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdessant%2Fmove-issues/lists"}