This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 76a9e1d37d fix: set supersetbot orglabel to always succeed (#28418)
76a9e1d37d is described below
commit 76a9e1d37dacfc6540a96efd2f8688ea1ed9ff4a
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Fri May 10 09:08:19 2024 -0700
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 43735e4319..2ea1de2b0a 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