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