Files
probot.github.io/_apps/move.md
Brandon Keepers 84da05605c Sync data
2017-12-09 18:37:08 +00:00

1.7 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
https://raw.githubusercontent.com/dessant/move-issues/master/assets/source-issue.png
https://raw.githubusercontent.com/dessant/move-issues/master/assets/target-issue.png
dessant
dessant/move-issues https://probot-move-issues.glitch.me 4 2017-11-19 23:09:21 UTC 10
kivy
probot
Dallas-Makerspace
devopsdays
aVengineers
Triadai

A GitHub App that Moves issues to a different repository.

Usage

  1. Install the GitHub App
  2. Create .github/move.yml based on the template below
  3. 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.