mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
CODEOWNERS: Set git email and username (#34560)
* Set git email and username * Change back to Schedule
This commit is contained in:
committed by
GitHub
parent
a9ba077376
commit
d147d27fad
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user