Files
probot.github.io/_apps/move.md
Brandon Keepers 2f89ce08fb Sync data
2018-07-03 20:11:14 +00:00

2.0 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 between repositories. 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 19 2018-06-29 14:55:45 UTC 60
atom
Homebrew
flutter
videojs
home-assistant
kivy
tidyverse
CachetHQ
r-lib
ethereum

A GitHub App that moves issues between repositories.

Usage

  1. Install the GitHub App for all source and target repositories
  2. Create .github/move.yml in the source repository based on the template below
  3. Move an issue by creating a comment with this command: /move to <repo>

Users must have write access to the source and target repositories in order to move issues.

Configuration

Create .github/move.yml in the default branch of the source repository 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 when it contains no other content
deleteCommand: true

# Close the source issue after moving
closeSourceIssue: true

# Lock the source issue after moving
lockSourceIssue: false

# Mention issue and comment authors
mentionAuthors: true

# Preserve mentions in the issue content
keepContentMentions: 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.