Update team org in triage automation (#7835)

This commit is contained in:
Kat Gerasimova 2022-02-17 17:01:01 +00:00 committed by GitHub
parent a939184e10
commit 9fc1f75fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {