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

Use necojackarc/auto-request-review action to request reviews from non-maintainers #5896

Merged

Commits on Dec 5, 2023

  1. Use necojackarc/auto-request-review action to request reviews

    CODEOWNERS only allows requesting reviews from users/teams with owner
    permission on the repo
    
    Use this action which should not require the reviewers github team to
    have owner permissions
    
    Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
    sunjayBhatia committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8ab2b3e View commit details
    Browse the repository at this point in the history
  2. use team name without org

    Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
    sunjayBhatia committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    05810a7 View commit details
    Browse the repository at this point in the history
  3. use PAT for team access

    Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
    sunjayBhatia committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e1277f6 View commit details
    Browse the repository at this point in the history
  4. use pull_request_target event

    Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
    sunjayBhatia committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    59f339a View commit details
    Browse the repository at this point in the history
  5. Remove maintainers and reduce requested reviewers to 1

    We'll use CODEOWNERS to request maintainer reviews
    
    Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
    sunjayBhatia committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3aaa658 View commit details
    Browse the repository at this point in the history