actions: add maintainers as PR reviewers for their packages (#12269)

Use `spack pkg changed` and `spack maintainers` to figure out which
packages changed and who their maintainers are in a PR.

Add any maintainers to the PR as reviewers.
This commit is contained in:
Todd Gamblin
2019-08-03 21:48:19 -07:00
committed by GitHub
parent f68cdd1ad0
commit 3179d98e12
2 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
FROM python:3.7-alpine
RUN pip install pygithub
ADD entrypoint.py /entrypoint.py
ENTRYPOINT ["/entrypoint.py"]