fix: set supersetbot orglabel to always succeed (#28418)

This commit is contained in:
Maxime Beauchemin
2024-05-10 09:08:19 -07:00
committed by GitHub
parent 5bad7fc4f3
commit 76a9e1d37d

View File

@@ -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