From 9c750f50a202ff0918288328aaa07918920c4686 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 9 Dec 2020 18:10:19 +0100 Subject: [PATCH] Add Type:Question label --- .github/label-commenter-config.yml | 56 ++++++++++++------------------ 1 file changed, 23 insertions(+), 33 deletions(-) diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index fda2741..9e68665 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -1,17 +1,20 @@ +comment: + footer: |- + > *This is an automated response created by a **GitHub Action*** + > *Mentioning the bot won't have any effect!* + labels: - name: 'Type: Issue (Expansion)' labeled: issue: body: |- + Hello @{{ issue.user.login }}, The issue you encountered is caused by an Expansion and not PlaceholderAPI itself. This issue-tracker is reserved for Bug reports and feature requests towards PlaceholderAPI. Please report this issue to the Expansion's main issue-tracker. - - > *This is an automated response created by a GitHub-Action.* - > *Responding to the bot or mentioning it won't have any effect!* - name: 'Type: Duplicate' labeled: issue: @@ -19,9 +22,6 @@ labels: Your issue is already known and a separate issue with the exact same report/feature request already exist. Please comment on the already existing issue with your information instead of opening your own. - - > *This is an automated response created by a GitHub-Action.* - > *Responding to the bot or mentioning it won't have any effect!* action: close - name: 'Problem: More info required' labeled: @@ -37,16 +37,11 @@ labels: - Currently installed Plugins The easiest way to provide those information is through the `/papi dumb` command which posts the required information and gives a URL to share. - - > *This is an automated response created by a GitHub-Action.* - > *Responding to the bot or mentioning it won't have any effect!* unlabeled: issue: body: |- Thank you for providing additional information. We will take a look at the issue you encounter and come back to you with a possible solution. - - > *This is an automated response created by a GitHub-Action. Responding to or mentioning this bot has no effect!* - name: 'Type: Invalid' labeled: issue: @@ -64,9 +59,7 @@ labels: You can find more information about this process on the [Wiki's Readme](https://github.com/PlaceholderAPI/PlaceholderAPI/blob/master/wiki/README.md). It is recommended to [join our Discord Server](https://helpch.at/discord) as you often receive faster response compared to the issue tracker here. - - > *This is an automated response created by a GitHub-Action.* - > *Responding to the bot or mentioning it won't have any effect!* + Questions about PlaceholderAPI should be asked in our [Discussions](https://github.com/PlaceholderAPI/PlaceholderAPI/discussions). action: close - name: 'Target: Wiki' labeled: @@ -83,9 +76,6 @@ labels: - You followed the general Styling Guidelines mentioned in the wiki's [README](https://github.com/PlaceholderAPI/PlaceholderAPI/blob/docs/wiki/wiki/README.md) file. If you have any questions about submitting a PR for the wiki or have any other questions don't hesitate to ask us about it. - - > *This is an automated response created by a GitHub-Action.* - > *Responding to the bot or mentioning it won't have any effect!* - name: 'Type: Not a bug' labeled: issue: @@ -95,17 +85,10 @@ labels: Before providing more info, always make sure to use the latest version of PlaceholderAPI, as the issue you encounter might already be fixed in a newer version. Optionally can you also try out [development builds](https://ci.extendedclip.com/job/PlaceholderAPI/) and see if the issue was fixed there. - - > *This is an automated response created by a GitHub-Action.* - > *Responding to the bot or mentioning it won't have any effect!* action: close unlabeled: issue: - body: |- - After further investigation is the issue you encounter indeed considered a bug and we will try to fix it as soon as possible. - - > *This is an automated response created by a GitHub-Action.* - > *Responding to the bot or mentioning it won't have any effect!* + body: After further investigation is the issue you encounter indeed considered a bug and we will try to fix it as soon as possible. action: open - name: 'Status: Inactive' labeled: @@ -115,15 +98,22 @@ labels: To keep the issue-tracker clean and up to date are we closing issues, that didn't receive any responses for a long time. If you're the Author and this issue is still present, make sure to respond to this issue with extra info and **do not create a new issue for the same problem!** - - > *This is an automated response created by a GitHub-Action.* - > *Responding to the bot or mentioning it won't have any effect!* action: close unlabeled: issue: - body: |- - The issue received a response from the Author who confirms this to still be prominent and has therefore been reopened. - - > *This is an automated response created by a GitHub-Action.* - > *Responding to the bot or mentioning it won't have any effect!* + body: The issue received a response from the Author who confirms this to still be prominent and has therefore been reopened. action: open + - name: 'Type: Question' + labeled: + issue: + body: |- + Hello @{{ issue.user.login }}, + + Thank you for reaching out to us for getting Support with PlaceholderAPI. + We would like to inform you, that we now have [Discussions](https://github.com/PlaceholderAPI/PlaceholderAPI/discussions) that you can use for asking questions. + Just head over there and click the "New discussion" button to create a new post. + + Remember to first read the [READ ME](https://github.com/PlaceholderAPI/PlaceholderAPI/discussions/507) post to not face any issues. + + For questions do we recommend to use the [Q&A Category](https://github.com/PlaceholderAPI/PlaceholderAPI/discussions?discussions_q=category%3AQ%26A). + You can also use the Discussion to submit Feature requests (Feature requests through issues are still accepted tho).