fix: set supersetbot orglabel to always succeed (#28418)
This commit is contained in:
parent
5bad7fc4f3
commit
76a9e1d37d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue