From 32de8cc062e220a094413c801ce4e992053ed081 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 7 Nov 2021 15:37:20 -0500 Subject: [PATCH] Update label-actions.yml --- .github/label-actions.yml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index db0e8cfab..94b288ad3 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -3,13 +3,11 @@ # Actions taken when the `incomplete-submission` label is added to issues status:invalid-issue: # Post a comment - comment: > + comment: |+ Thank you for your submission, but there isn't enough detail in the issue for us to review & move forward. - - + The new issue template includes sections for you to fill out. - - + Please resubmit your issue and complete the provided sections in the new item template so we can move forward on it refer to our wiki for more information: [How to Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues) # Close the issue close: true @@ -17,10 +15,9 @@ status:invalid-issue: # Actions taken when the `incomplete-submission` label is added to issues status:incomplete-submission: # Post a comment - comment: > + comment: |+ Thank you for your submission, but there isn't enough detail in the issue for us to review & move forward. - - + The new issue template includes sections for you to fill out. Please resubmit your issue and complete the provided sections in the new item template so we can move forward on it refer to our wiki for more information: [How to Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues) # Close the issue close: true @@ -28,10 +25,9 @@ status:incomplete-submission: # Actions taken when the `wrong-repo` label is added to issues status:wrong-repo: # Post a comment - comment: > + comment: |+ Thank you for your submission, but this issues list is intended only for issues related to the samples in this repository. - - + For general SPFx development issues, you may want to try to create issues in the [SP-Dev-Docs repository](https://github.com/SharePoint/sp-dev-docs/issues/new) # Close the issue close: true @@ -39,13 +35,11 @@ status:wrong-repo: # Actions taken when the `wrong-author` label is added to issues status:wrong-author: # Post a comment - comment: > + comment: |+ Thank you for your submission, but you appear to have tagged the wrong author. - To help increase your chances of getting assistance from the original authors of the sample, you should make sure to @mention the actual authors -- not the repository maintainers. - Please note that the sample authors will not get notified about this issue unless you update this issue accordingly. For more information on how to create a good issue, refer to our wiki for more information: [How to Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues)