From 168dafe5bbce85b4ffb5267954a36bfc6d9f59d0 Mon Sep 17 00:00:00 2001 From: TwiN Date: Thu, 6 Mar 2025 22:18:12 -0500 Subject: [PATCH] ci(labeler): Set name to labeler --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5ab95be1..dbe4f192 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,3 +1,4 @@ +name: labeler on: pull_request_target: types: @@ -5,7 +6,6 @@ on: issues: types: - opened - jobs: labeler: runs-on: ubuntu-latest