Update assign-users.yml #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reviewers: | |
| - name: always_user_name # Always assign this user | |
| - name: path_user_name # Assign this user if the path matches | |
| paths: | |
| - path/to/file | |
| - path/** | |
| - name: team_name # Assign this team | |
| team: true | |
| ignore: | |
| authors: # Ignore PR if these authors contain PR's author | |
| - author_name | |
| titles: # Ignore PR if PR's title contains these words | |
| - wip |