ktmud commented on a change in pull request #12694:
URL: https://github.com/apache/superset/pull/12694#discussion_r564939147
##########
File path: .asf.yaml
##########
@@ -60,14 +60,7 @@ github:
strict: false
# contexts are the names of checks that must pass
contexts:
- - Docker/build
- - Frontend/build
- - PR Lint/check
- - E2E/Cypress
- - Python Misc/lint
- - Python MySQL/test-mysql
- - Python MySQL/test-postgres
- - Python MySQL/test-sqlite
+ - PR Lint / check
Review comment:
Sorry, I think you need to remove the "PR Lint / " prefix, too (i.e.
just use "check"). The `contexts` config will only match the job name, not the
workflow name.
See here the checks for: `Python MySQL / test-mysql (3.7)`:
https://github.com/NUDA5020/superset/pull/1
This is what I sent to the API:
```json
{
"required_status_checks": {
"strict": true,
"contexts": [
"build",
"lint",
"PR Lint / check",
"check",
"Python MySQL/test-mysql",
"Python MySQL/test-mysql (3.7)",
"abc/def"
]
}
}
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]