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

[chore] enforce validation of codeowners membership #24638

Merged
merged 18 commits into from
Aug 23, 2023

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    53d78a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e17b4d9 View commit details
    Browse the repository at this point in the history
  3. try a different github token

    atoulme committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8a7205d View commit details
    Browse the repository at this point in the history
  4. comment out validation

    atoulme committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6eada8b View commit details
    Browse the repository at this point in the history
  5. add new member

    atoulme committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    963485d View commit details
    Browse the repository at this point in the history
  6. code review, use go-github

    atoulme committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    10dca90 View commit details
    Browse the repository at this point in the history
  7. update to latest

    atoulme committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3fddc05 View commit details
    Browse the repository at this point in the history
  8. regenerate

    atoulme committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b452b76 View commit details
    Browse the repository at this point in the history
  9. remove globals

    atoulme committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8a63d71 View commit details
    Browse the repository at this point in the history
  10. cleanup

    atoulme committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8ee0228 View commit details
    Browse the repository at this point in the history
  11. tidy

    atoulme committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5de5a64 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. gendependabot

    atoulme committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    257302a View commit details
    Browse the repository at this point in the history
  2. versions.yaml

    atoulme committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c422b3c View commit details
    Browse the repository at this point in the history
  3. code review following SIG meeting ; simplify the code to read members…

    … directly from github API without caching, and return errors on allowlist dupes
    atoulme committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    727c1a8 View commit details
    Browse the repository at this point in the history
  4. gocritic

    atoulme committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    66e1144 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    0d34558 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. use maps

    atoulme committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    71631df View commit details
    Browse the repository at this point in the history
  2. remove magic number

    atoulme committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8ef36b6 View commit details
    Browse the repository at this point in the history