rusackas commented on PR #42424:
URL: https://github.com/apache/superset/pull/42424#issuecomment-5100710397
Confirmed, `issues` events don't have a top-level `number`, only
`issue.number` (`pull_request` events have both). So this still no-ops on new
issues even after the trigger fix, silently (`|| true` swallows it).
GitHub won't let me suggest this inline since the line isn't part of this
diff, but the fix is a one-liner:
```yaml
supersetbot orglabel --issue ${{ github.event.number ||
github.event.issue.number }} --repo ${{ github.repository }} || true
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]