From 2a1fe4d6eeb6c080b08ed4b17649a7fe3d40e1f4 Mon Sep 17 00:00:00 2001 From: thinkasany <480968828@qq.com> Date: Mon, 18 Nov 2024 22:06:30 +0800 Subject: [PATCH] ci: remove `need reproduction` label (#18930) ci: remove label --- .github/workflows/issue-remove-inactive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-remove-inactive.yml b/.github/workflows/issue-remove-inactive.yml index 6d8158fdd3..a7c71badbf 100644 --- a/.github/workflows/issue-remove-inactive.yml +++ b/.github/workflows/issue-remove-inactive.yml @@ -16,4 +16,4 @@ jobs: with: actions: 'remove-labels' issue-number: ${{ github.event.issue.number }} - labels: 'inactive, needs more info' + labels: 'inactive, needs more info, need reproduction'