From c4e5735014d495745c96d5e37436a37655ead651 Mon Sep 17 00:00:00 2001 From: Armin Sebastian Date: Wed, 25 Jul 2018 00:50:53 +0300 Subject: [PATCH] Update Move Issues app listing --- _apps/move.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/_apps/move.md b/_apps/move.md index b5f7eac..68b3a0f 100644 --- a/_apps/move.md +++ b/_apps/move.md @@ -29,13 +29,16 @@ A GitHub App that moves issues between repositories. ## Usage -1. [Install the GitHub App](https://github.com/apps/move) +1. **[Install the GitHub App](https://github.com/apps/move)** 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 ` -Users must have write access to the source and target repositories -in order to move issues. +Users must have the following permissions in order to move issues: + +* Write access to the source repository +* Write access to the target repository (when the source or target repository + is private, or when they have different owners) #### Configuration @@ -43,7 +46,7 @@ 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: -```yml +```yaml # Configuration for move-issues - https://github.com/dessant/move-issues # Delete the command comment when it contains no other content @@ -65,6 +68,9 @@ keepContentMentions: false # aliases: # r: repo # or: owner/repo + +# Repository to extend settings from +# _extends: repo ``` #### Command Syntax @@ -84,7 +90,6 @@ keepContentMentions: false ## 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](https://www.patreon.com/dessant). +The continued development of Move Issues is made possible +thanks to the support of awesome backers. If you'd like to join them, +please consider contributing with [Patreon](https://www.patreon.com/dessant).