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