From 1a8019079a8d6937a8f833978176c54e50fa6cd9 Mon Sep 17 00:00:00 2001 From: dessant Date: Fri, 26 Jul 2019 23:37:39 +0300 Subject: [PATCH] chore: enable label actions --- .github/label-actions.yml | 10 ++++++++++ 1 file changed, 10 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..00f31cf --- /dev/null +++ b/.github/label-actions.yml @@ -0,0 +1,10 @@ +# Configuration for Label Actions - https://github.com/dessant/label-actions + +issues: + actions: + incomplete: + comment: > + @{issue-author}, the issue does not contain enough information + to reproduce the bug. Please open a new bug report and fill out + the issue template with the requested data. + close: true