diff options
| author | Reinier van der Leer <pwuts@agpt.co> | 2024-04-10 17:49:31 +0200 |
|---|---|---|
| committer | Reinier van der Leer <pwuts@agpt.co> | 2024-04-10 17:49:31 +0200 |
| commit | 90f3c5e2d96d1f8d2925222ad64984389c60df6b (patch) | |
| tree | 72a1586eba2c85b5051f4651967081c5e01991fb | |
| parent | fb8ed0b46b4623cb54bb8c64c76e5786f89c194c (diff) | |
fix(ci): Disable annoying "PR too big" auto-message
| -rw-r--r-- | .github/workflows/pr-label.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml index 68327d97..41563770 100644 --- a/.github/workflows/pr-label.yml +++ b/.github/workflows/pr-label.yml @@ -52,6 +52,7 @@ jobs: l_label: 'size/l' l_max_size: 500 xl_label: 'size/xl' + message_if_xl: scope: if: ${{ github.event_name == 'pull_request_target' }} |
