From da3f8b3ce372b3897a852b6ac283c39e0bf175ff Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 15 May 2021 11:36:02 -0400 Subject: [PATCH] Update label-actions.yml --- .github/label-actions.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 3fd43f4bb..a3bd0b702 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -16,3 +16,10 @@ status:incomplete-submission: # Close the issue close: true +# Actions taken when the `wrong-repo` label is added to issues +status:wrong-repo: + # Post a 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