Organization renaming: fix value danger file.
This commit is contained in:
parent
406e641fcd
commit
b08b747abf
1 changed files with 2 additions and 2 deletions
|
|
@ -107,11 +107,11 @@ if (allowList.includes(user)) {
|
|||
signoff_unneeded("allow-list")
|
||||
} else {
|
||||
// github.api.rest.orgs.checkMembershipForUser({
|
||||
// org: "vector-im",
|
||||
// org: "element-hq",
|
||||
// username: user,
|
||||
// }).then((result) => {
|
||||
github.api.rest.teams.getMembershipForUserInOrg({
|
||||
org: "vector-im",
|
||||
org: "element-hq",
|
||||
team_slug: "vector-core",
|
||||
username: user,
|
||||
}).then((result) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue