Rework triggers with arrays (#7168)

This commit is contained in:
Andrey Sobolev
2024-11-13 21:25:57 +07:00
committed by GitHub
parent 3837e68589
commit e493d35ac6
78 changed files with 2006 additions and 1871 deletions
@@ -998,8 +998,8 @@ export class IssueSyncManager extends IssueSyncManagerBase implements DocSyncMan
const response: any = await this.ctx.with(
'graphql.listIssue',
{ prj: prj.name, repo: repo.name },
async () =>
await integration.octokit.graphql(
() =>
integration.octokit.graphql(
`query listIssues {
nodes(ids: [${idsp}] ) {
... on Issue {