From c8768c903eaf0d765797be83050c884e7ec75ab4 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Sun, 18 Feb 2024 17:55:16 +0400 Subject: [PATCH] dev: enable auto-labels for PRs (labeler) --- .github/workflows/labeler-manual.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/labeler-manual.yml b/.github/workflows/labeler-manual.yml index d7693ce60e9..f64d17821f3 100644 --- a/.github/workflows/labeler-manual.yml +++ b/.github/workflows/labeler-manual.yml @@ -1,11 +1,11 @@ name: "Pull Request Labeler (manual)" on: - - workflow_dispatch: - inputs: - oldPRs: - description: 'PRs list to process' - required: true - default: '1, 2, 3' + workflow_dispatch: + inputs: + oldPRs: + description: 'PRs list to process' + required: true + default: '1, 2, 3' jobs: labeler: