This tool automatically reconsiles the state of Copilot admissions
2.6K
This tool automatically reconsiles the state of Copilot admissions. It makes sure everyone who signed up using the MS form is in the correct EntraID group, the internal github organization and has a copilot seat.
It is not currently possible to implement this in a pipeline because of limitations on our 1Password setup and MS Forms missing API. So optimally this program needs to be run manually at least twice a week.
form.xlsx.Create an environment file named .env, a template can be found in 1Password under CloudEng-General/Github Copilot Admissions Program/env.
docker run --rm \
-v ./form.xlsx:/app/form.xlsx \
-v ./.env:/app/.env \
dfdsdk/github-copilot-admissions
Or from the repo.
make run-docker
Content type
Image
Digest
sha256:b5c7a696d…
Size
21 MB
Last updated
over 1 year ago
docker pull dfdsdk/github-copilot-admissions