mirror of
https://github.com/apache/superset.git
synced 2026-04-09 19:35:21 +00:00
fix: set supersetbot orglabel to always succeed (#28418)
This commit is contained in:
committed by
GitHub
parent
5bad7fc4f3
commit
76a9e1d37d
2
.github/workflows/issue_creation.yml
vendored
2
.github/workflows/issue_creation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user