This is an automated email from the ASF dual-hosted git repository. hainenber pushed a commit to branch chore/correct-gh-event-type-for-supersetbot-orglabel-ci in repository https://gitbox.apache.org/repos/asf/superset.git
commit 1599c5bef3ed3193dc8b1e401221492e59260454 Author: hainenber <[email protected]> AuthorDate: Sat Jul 25 20:12:01 2026 +0700 chore(ci): correct GH event type for opening new issue and PR in supersetbot orglabel job Signed-off-by: hainenber <[email protected]> --- .github/workflows/issue_creation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue_creation.yml b/.github/workflows/issue_creation.yml index 3e90100f350..39412a06738 100644 --- a/.github/workflows/issue_creation.yml +++ b/.github/workflows/issue_creation.yml @@ -2,10 +2,10 @@ name: supersetbot orglabel based on author on: issues: - types: [created, edited] + types: [opened, edited] pull_request: - types: [created, edited] + types: [opened, edited] jobs: superbot-orglabel:
