mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-17 19:57:03 +02: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…
Reference in New Issue
Block a user