Merge pull request #1396 from jtnord/useLoginId-dexidp

Use github login as the id
This commit is contained in:
Stephan Renatus
2019-02-05 13:54:49 +01:00
committed by GitHub
3 changed files with 47 additions and 1 deletions

View File

@@ -67,6 +67,9 @@ connectors:
# - ['acme:site-reliability-engineers'] for 'slug'
# - ['acme:Site Reliability Engineers', 'acme:site-reliability-engineers'] for 'both'
teamNameField: slug
# flag which will switch from using the internal GitHub id to the users handle (@mention) as the user id.
# It is possible for a user to change their own user name but it is very rare for them to do so
useLoginAsID: false
```
## GitHub Enterprise