forked from mystiq/dex
Add documentation for the new GitHub useLoginAsId option
This commit is contained in:
parent
03ffd0798c
commit
1911b52c6b
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ connectors:
|
||||||
# - ['acme:site-reliability-engineers'] for 'slug'
|
# - ['acme:site-reliability-engineers'] for 'slug'
|
||||||
# - ['acme:Site Reliability Engineers', 'acme:site-reliability-engineers'] for 'both'
|
# - ['acme:Site Reliability Engineers', 'acme:site-reliability-engineers'] for 'both'
|
||||||
teamNameField: slug
|
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
|
## GitHub Enterprise
|
||||||
|
|
Loading…
Reference in a new issue