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: