sp-dev-fx-webparts/.github/label-actions.yml

72 lines
3.6 KiB
YAML
Raw Normal View History

2021-04-17 12:58:27 -04:00
# Configuration for Label Actions - https://github.com/dessant/label-actions
2021-04-17 12:51:42 -04:00
2021-04-17 13:01:07 -04:00
# Actions taken when the `incomplete-submission` label is added to issues
2021-05-26 10:51:29 -04:00
status:invalid-issue:
2021-04-17 12:58:27 -04:00
# Post a comment
2021-11-07 15:37:20 -05:00
comment: |+
2021-05-25 14:13:43 -04:00
Thank you for your submission, but there isn't enough detail in the issue for us to review & move forward.
2021-11-07 15:37:20 -05:00
2021-05-25 14:13:43 -04:00
The new issue template includes sections for you to fill out.
2021-11-07 15:37:20 -05:00
2021-05-25 14:13:43 -04:00
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)
2021-04-17 12:58:27 -04:00
# Close the issue
close: true
2021-04-17 13:01:07 -04:00
# Actions taken when the `incomplete-submission` label is added to issues
2021-04-24 15:44:49 -04:00
status:incomplete-submission:
2021-04-17 13:01:07 -04:00
# Post a comment
2021-11-07 15:37:20 -05:00
comment: |+
2021-05-25 14:13:43 -04:00
Thank you for your submission, but there isn't enough detail in the issue for us to review & move forward.
2021-11-07 15:37:20 -05:00
2021-05-25 14:13:43 -04:00
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)
2021-04-17 13:01:07 -04:00
# Close the issue
close: true
2021-04-17 13:37:03 -04:00
2021-05-15 11:36:02 -04:00
# Actions taken when the `wrong-repo` label is added to issues
status:wrong-repo:
# Post a comment
2021-11-07 15:37:20 -05:00
comment: |+
2021-05-25 14:13:43 -04:00
Thank you for your submission, but this issues list is intended only for issues related to the samples in this repository.
2021-11-07 15:37:20 -05:00
2021-05-25 14:13:43 -04:00
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)
2021-05-15 11:36:02 -04:00
# Close the issue
close: true
# Actions taken when the `wrong-author` label is added to issues
status:wrong-author:
# Post a comment
2021-11-07 15:37:20 -05:00
comment: |+
2023-02-18 23:16:47 -05:00
## Wrong or missing contributor @mentions
2023-02-18 23:16:47 -05:00
Thank you for your submission, but you appear to have forgotten to @mention the sample contributor(s).
2021-11-07 22:54:01 -05:00
2023-02-18 23:16:47 -05:00
To help increase your chances of getting assistance from the original contributors of the sample, you should make sure to @mention the actual contributors (and not the repository maintainers).
2023-02-18 23:16:47 -05:00
Please note that the sample contributors will not get notified about this issue unless you update this issue accordingly.
2021-11-06 18:05:17 -04:00
2023-02-18 23:16:47 -05:00
You can find the contributors of each sample in the sample's `README.md`, under the aptly-named **Contributors** section.
2021-11-07 22:54:01 -05:00
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
# Dealing with wrong versions of Node issues
2021-05-25 14:04:07 -04:00
status:node-compatibility:
# Post a comment
2021-11-07 22:54:01 -05:00
comment: |+
2021-05-25 14:09:08 -04:00
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.
2022-03-12 14:40:04 -05:00
You should refer to [the troubleshooting instructons](https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples) **before** opening an issue to make sure that you have eliminated the most common causes.
2021-05-25 14:09:08 -04:00
2022-03-12 14:40:04 -05:00
We'll close this issue, but if you run into further issues after you have made changes to your environment and followed the [troubreshooting steps](https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples), please do not hesitate to open a new issue so we can help you further.
# Close the issue
close: true