Adding an action to automatically assign reviewers and assignees by narendasan · Pull Request #1078 · pytorch/TensorRT (original) (raw)
Signed-off-by: Naren Dasan naren@narendasan.com
Description
This adds a github action which will auto add reviewers to any PRs by label and assignees to triage issues by labels. This is configured but .github/code-owners.yml
Type of change
Please delete options that are not relevant and/or add your own.
- New feature (non-breaking change which adds functionality)
Checklist:
- My code follows the style guidelines of this project (You can use the linters)
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas and hacks
- I have made corresponding changes to the documentation
- I have added tests to verify my fix or my feature
- New and existing unit tests pass locally with my changes