mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-05-30 18:44:53 +03:00
Update team org in triage automation (#7835)
This commit is contained in:
parent
a939184e10
commit
9fc1f75fe5
@ -14,7 +14,7 @@ jobs:
|
||||
headers: '{"GraphQL-Features": "projects_next_graphql"}'
|
||||
query: |
|
||||
query find_team_members($team: String!) {
|
||||
organization(login: "vector-im") {
|
||||
organization(login: "matrix-org") {
|
||||
team(slug: $team) {
|
||||
members {
|
||||
nodes {
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
headers: '{"GraphQL-Features": "projects_next_graphql"}'
|
||||
query: |
|
||||
query find_team_members($team: String!) {
|
||||
organization(login: "vector-im") {
|
||||
organization(login: "matrix-org") {
|
||||
team(slug: $team) {
|
||||
members {
|
||||
nodes {
|
||||
|
Loading…
x
Reference in New Issue
Block a user