Updated offline_repo paths #3458
Merged
DRP Checker / DRP Checkers
succeeded
Aug 21, 2025 in 0s
DRP Checkers for blocking/required checkers overall status is success
DRP Checkers is a utility that runs a series of checks on the codebase to ensure that the codebase is compliant with the standards and policies. Refer help for more information.
No blocking/required checkers configured for DRP Checkers.
Frequently ask questions
What is "DRP Checkers"?
-
DRP Checkers are designed to check the contents of Pull Requests submitted to GitHub repository. They evaluate the PR against a predefined set of Checkers specific to the project.
-
Checkers can be set in two modes:
- Non-blocking mode: The Checker is executed and reports a Pass or Failed status. However, a Failed status does not block the PR from progressing.
- Blocking mode: Checkers in blocking mode prevent the PR from being merged into the repository until the Checker returns a Passed status. Once all the required Checkers have Passed, the overall status of the DRP Checkers will be marked as Passed, allowing the merge to proceed.
Why I am block to merge?
- This is aligned with the concept of "shift left" in software development. "Shift left" refers to the practice of incorporating security and quality measures earlier in the software development lifecycle. By enabling the checkers as required, we are shifting the responsibility of ensuring security and quality to the development phase rather than addressing them later in the testing or production stages.
Loading