diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 94b288ad3..8f790c317 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -37,13 +37,14 @@ status:wrong-author: # Post a 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. + + To help increase your chances of getting assistance from the original authors of the sample, you should make sure to @mention the actual authors (and **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) - + We'll automatically close this issue in 7 days unless you update the issue. + + 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) # Close the issue close: false @@ -51,13 +52,11 @@ status:wrong-author: # Dealing with wrong versions of Node issues status:node-compatibility: # Post a comment - comment: > + comment: |+ Thank you for your issue. It looks like the web part sample you're trying to use is not compatible with the version of Node.js that you're running in your environment. - Please refer to the [SPFx Compatibility Matrix](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/compatibility) to make sure that you're using a version of Node.js that is compatible with the version of SPFx the sample uses. - We'll close this issue, but if you run into further issues after you have made changes to your environment, please do not hesitate to open a new issue so we can help you further. # Close the issue close: true