From e4885ec018c51ad0ab16c2d65336660f85975c34 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Fri, 8 Nov 2024 09:25:41 -0800 Subject: [PATCH] Reactivate PR Size labels --- .github/workflows/pr_labels.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/pr_labels.yml b/.github/workflows/pr_labels.yml index 2a47b3dd24c..dfbaab0d84d 100644 --- a/.github/workflows/pr_labels.yml +++ b/.github/workflows/pr_labels.yml @@ -3,6 +3,23 @@ name: PR Labels on: [pull_request_target] jobs: + size-labels: + runs-on: ubuntu-latest + name: Label the PR size + steps: + - uses: codelytv/pr-size-labeler@v1 + with: + xs_label: 'SIZE: very small' + xs_max_size: '10' + s_label: 'SIZE: small' + s_max_size: '100' + m_label: 'SIZE: medium' + m_max_size: '500' + l_label: 'SIZE: large' + l_max_size: '1000' + xl_label: 'SIZE: very large' + fail_if_xl: 'false' + files_to_ignore: 'yarn.lock' other-labels: permissions: contents: read