mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
1.8 KiB
1.8 KiB
title, description, slug, screenshots, authors, repository, host, stars, updated, installations, organizations
| title | description | slug | screenshots | authors | repository | host | stars | updated | installations | organizations | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Move Issues | Moves issues to a different repository. | move |
|
|
dessant/move-issues | https://probot-move-issues.glitch.me | 10 | 2018-01-16 00:15:03 UTC | 27 |
|
A GitHub App that Moves issues to a different repository.
Usage
- Install the GitHub App
- Create
.github/move.ymlbased on the template below - Move an issue by creating a comment with the command:
/move to <repo>
Configuration
Create .github/move.yml in the default branch to enable the app.
The file can be empty, or it can override any of these default settings:
# Configuration for move-issues - https://github.com/dessant/move-issues
# Delete the command comment. Ignored when the comment also contains other content
deleteCommand: true
# Close the source issue after moving
closeSourceIssue: true
# Lock the source issue after moving
lockSourceIssue: false
# Set custom aliases for targets
# aliases:
# r: repo
# or: owner/repo
Command Syntax
/move [to ][<owner>/]<repo>
Examples:
/move to repo
/move to owner/repo
/move repo
/move owner/repo
Supporting the Project
Move Issues is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support of awesome backers. If you'd like to join them, please consider contributing with Patreon.