Files
probot.github.io/_apps/move.md
Brandon Keepers 76a68edab9 Sync data
2018-04-14 19:33:39 +00:00

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
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 10 2018-01-16 00:15:03 UTC 27
atom
home-assistant
kivy
CachetHQ
ethereum
probot
GameServerManagers
bpkg
jahirfiquitiva
eXist-db

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.