From 76a9e1d37dacfc6540a96efd2f8688ea1ed9ff4a Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 10 May 2024 09:08:19 -0700 Subject: [PATCH] fix: set supersetbot orglabel to always succeed (#28418) --- .github/workflows/issue_creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_creation.yml b/.github/workflows/issue_creation.yml index 43735e431..2ea1de2b0 100644 --- a/.github/workflows/issue_creation.yml +++ b/.github/workflows/issue_creation.yml @@ -31,4 +31,4 @@ jobs: # Label the issue with the appropriate org using supersetbot # - this requires for the author to be publicly associated with their org # - and for the org to be listed in `supersetbot/src/metadata.js` - supersetbot orglabel --issue ${{ github.event.number }} --repo ${{ github.repository }} + supersetbot orglabel --issue ${{ github.event.number }} --repo ${{ github.repository }} || true