From 5713f9e6ba87b7ef6b9fdba36f9ecaaf8b1514c9 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Tue, 7 Jan 2025 10:33:31 +0200 Subject: [PATCH] feat: Create labeler.yml --- .github/workflows/labeler.yml | 10 ++++++++++ 1 file changed, 10 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..52689d63 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,10 @@ +name: PR Autolabeler + +on: + # pull_request event is required for autolabeler + pull_request: + types: [opened, reopened, synchronize] + +jobs: + draft-release: + uses: commit-check/.github/.github/workflows/release-drafter.yml@main