• Matt's avatar
    Github action for auto-assigning reviewers (#35846) · f2e197c3
    Matt authored
    * First draft of github action on PR opening for auto-assigning reviewers
    
    * fix missing import
    
    * Don't reassign reviewers if we already have them
    
    * Temporarily comment out the opened line so we can test the script
    
    * Correct path for codeowners file
    
    * Update workflow permissions
    
    * Update workflow permissions
    
    * Update debug logs
    
    * Strip inline comments
    
    * Remove prefix
    
    * Request reviews instead of assigning
    
    * Request reviews instead of assigning
    
    * Add TODO
    
    * Use pull-request-target instead
    
    * Update the script
    
    * Set back to pull_request for testing
    
    * Set to pull_request_target, testing works!
    
    * Add licence
    
    * Tighten up one of the globs
    
    * Refactor things to be a bit less convoluted
    
    * Only assign reviewers when marked ready for review
    f2e197c3