mistercrunch commented on PR #24112: URL: https://github.com/apache/superset/pull/24112#issuecomment-2014091708
About the required checks that are not triggering, I can provide some context, first you'll want to bump the requirements here -> https://github.com/apache/superset/blob/master/.asf.yaml#L70-L78, these define the required checks to merge onto `master`. Now since GitHub looks at the master branch to define what's needed (instead of looking at your branch/PR), you want to add a bunch of no-op checks as part of your PR so that the check will be green. You can do that here: https://github.com/apache/superset/blob/master/.github/workflows/no-op.yml and we can clean those up later once this is merge. -- 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]
