CODEOWNERS: Set git email and username (#34560)

* Set git email and username

* Change back to Schedule
This commit is contained in:
Nathan Shively-Sanders
2019-04-08 10:45:00 -07:00
committed by GitHub
parent a9ba077376
commit d147d27fad

View File

@@ -15,7 +15,7 @@ jobs:
- script: |
git checkout -- . && npm run test
if [[ $BUILD_REASON == "Schedule" ]]; then npm run update-codeowners; fi
if [[ $BUILD_REASON == "Schedule" ]]; then git config --global user.email "types@microsoft.com" && git config --global user.name "TypeScript Bot" && npm run update-codeowners; fi
displayName: 'npm run test'