bito-code-review[bot] commented on PR #44543:
URL: https://github.com/apache/superset/pull/44543#issuecomment-5784647187

   <!-- Bito Reply -->
   The current configuration in `.asf.yaml` adds `babel-extract` to the 
required GitHub status contexts. Regarding your concern about older pull 
requests bypassing this gate due to stale context, the `contexts` list in 
`.asf.yaml` defines the required checks for the repository's branch protection 
rules. Once `babel-extract` is added to this list, GitHub will require a 
successful status check for this context on all future commits, regardless of 
when the pull request was originally opened. Older pull requests will need to 
trigger a new run of the `babel-extract` check to satisfy this requirement 
before they can be merged.
   
   **.asf.yaml**
   ```
   contexts:
               - lint-check
   +          - babel-extract
               - cypress-matrix-required
   ```


-- 
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]

Reply via email to