From 170bcd81244b2821563e0eec5b61a06b88cd07a2 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 8 May 2023 16:16:20 -0400 Subject: [PATCH] chore: add workflow for commenting on community feedback labels (#27419) Issue number: N/A --------- ## What is the current behavior? The team would like to provide more context surrounding the `community feedback wanted` label in terms of setting expectations that we may accept or reject the feedback after a community feedback period. ## What is the new behavior? - Ionitron will now comment on `community feedback wanted` issues. ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- .github/ionic-issue-bot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index c62a98b9e5..a3b540b694 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -34,6 +34,15 @@ comment: For a guide on how to create a good reproduction, see our [Contributing Guide](https://ionicframework.com/docs/contributing/how-to-contribute#creating-a-good-code-reproduction). + - label: "community feedback wanted" + message: > + This issue has been labeled as `community feedback wanted`. This label is added to issues that we would like to hear from the community on before moving forward with any final decision on the feature request. + + If the requested feature is something you would find useful for your applications, please react to the original post with 👍 (`+1`). If you would like to provide an additional use case for the feature, please post a comment. + + The team will review this feedback and make a final decision. Any decision will be posted on this thread, but please note that we may ultimately decide not to pursue this feature. + + Thank you! dryRun: false closeAndLock: