From 0eb21727d85279e8df36470ad7a5f30b17273539 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 14 Sep 2023 20:45:10 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20ci:=20add=20config=20for=20the?= =?UTF-8?q?=20auto=20triaging=20github=20action=20(#234)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/label-actions.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/label-actions.yml diff --git a/.github/label-actions.yml b/.github/label-actions.yml new file mode 100644 index 0000000..4729315 --- /dev/null +++ b/.github/label-actions.yml @@ -0,0 +1,11 @@ +"🚦 status: awaiting triage": + issues: + comment: > + To reduce notifications, issues are locked until they are https://github.com/neon-mmd/websurfx/labels/%F0%9F%8F%81%20status%3A%20ready%20for%20dev and to be assigned. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md + lock: true + +"🏁 status: ready for dev": + issues: + comment: > + The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md + unlock: true