Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat_: implement PR review workflow #5877

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 3, 2024

  1. feat!: implement PR review workflow

    This commit Implements a PR review workflow like this :
    
    - This action will check if `breaking change` label exists on PR.
    - if it does then `@status-im/desktop-qa` and `@status-im/mobile-qa` are asked for review on this PR.
    - Unless 1 person from `@status-im/desktop-qa` and `@status-im/mobile-qa` approve that PR the Github action will block the PR.
    - Only after these conditions match the Github action will allow merging of this PR.
    siddarthkay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b56e69d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc73ab2 View commit details
    Browse the repository at this point in the history