From a88ace35baee714aa2e6751c3f760c5171a686c2 Mon Sep 17 00:00:00 2001 From: thinkasany <480968828@qq.com> Date: Tue, 12 Nov 2024 08:59:47 +0800 Subject: [PATCH] ci: remove `needs more info` label when edited (#18864) ci: remove 'needs more info' label when edited --- .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 9f82ad58bf..6d8158fdd3 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' + labels: 'inactive, needs more info'