From a2be94af8ebd402a5920bc37676e2999b3c5b271 Mon Sep 17 00:00:00 2001 From: TheKingTermux <50316075+TheKingTermux@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:51:52 +0700 Subject: [PATCH] Update workflows --- .github/workflows/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 00000000..76f2079d --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,4 @@ +version: 1 +labels: +- label: "invalid" + title: "^\- autoclosed$" \ No newline at end of file