From d52423aba6c6a2a88517ee1f551001c63fb46480 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 31 Jul 2020 17:42:54 +0200 Subject: [PATCH] workflows: remove missing license constraint --- .github/workflows/autolabel.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index fd8f0d0adb2..b7320a63350 100644 --- a/.github/workflows/autolabel.yml +++ b/.github/workflows/autolabel.yml @@ -39,10 +39,6 @@ jobs: }, { "label": "legacy", "path": "Formula/.+@.+" - }, { - "label": "missing license", - "path": "Formula/.+", - "content": "\n( license .+){0}\n" }, { "label": "go", "path": "Formula/.+",