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

26 lines
1.7 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-04-17 12:58:27 -04:00
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
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-04-17 13:37:03 -04:00
comment: >
2021-04-17 13:35:53 -04:00
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)
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
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