From 7d3446ed9bda75d193290b1dff4ad1f592a7a6e7 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 17 Apr 2021 13:01:07 -0400 Subject: [PATCH] Update label-actions.yml --- .github/label-actions.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 1ff7edc9c..74d5b2056 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -1,9 +1,17 @@ # Configuration for Label Actions - https://github.com/dessant/label-actions -# Actions taken when the `heated` label is added to issues or pull requests +# Actions taken when the `incomplete-submission` label is added to issues incomplete-submission: # Post a 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 + +# Actions taken when the `incomplete-submission` label is added to issues +type:incomplete-submission: + # Post a 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