From b1e4ea279069b93f27adfb20520bbcfe3c2e2dba Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Sun, 18 Feb 2024 18:22:32 +0400 Subject: [PATCH] dev: enable auto-labels for PRs (labeler) --- .github/workflows/labeler-manual.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeler-manual.yml b/.github/workflows/labeler-manual.yml index f64d17821f35..846436ad5076 100644 --- a/.github/workflows/labeler-manual.yml +++ b/.github/workflows/labeler-manual.yml @@ -3,9 +3,11 @@ on: workflow_dispatch: inputs: oldPRs: - description: 'PRs list to process' + # no multi lines support, so call by single PR only + description: 'PR number to process' required: true - default: '1, 2, 3' + type: string + default: '123' jobs: labeler: