This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/main by this push: new ca99785 Add waiting-for-feedback label ca99785 is described below commit ca9978523bd69a9a1808fb269dff199d8c1ffe39 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Jan 14 19:13:44 2025 +0100 Add waiting-for-feedback label --- .github/labels.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labels.js b/.github/labels.js index 65d4d12..f4a8967 100644 --- a/.github/labels.js +++ b/.github/labels.js @@ -91,6 +91,11 @@ module.exports = [ color: "003300", description: "Cosmetic problem like misspelled words or misaligned text" }, + { + name: "waiting-for-feedback", + color: "ffffff", + description: "Waiting for 4 weeks until issues or pull request will be closed" + }, { name: "wontfix", color: "ffffff",