✨ Implement single- and two-qubit gate decomposition pass #5961
Annotations
2 errors and 4 warnings
|
Run
HttpError: Invalid response body while trying to fetch https://api.github.com/graphql: Premature close
at /home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:7168:11
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '20791796895',
name: 'pull_request',
payload: {
action: 'synchronize',
after: '9e2e0e6f85947c966d1a4bfbaf33749ab3714680',
before: '6c965ed401f9c109dc17468a54e05d45f842f86a',
number: 1206,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/177826161?v=4',
description: 'A collection of design automation tools and software for quantum computing',
events_url: 'https://api.github.com/orgs/munich-quantum-toolkit/events',
hooks_url: 'https://api.github.com/orgs/munich-quantum-toolkit/hooks',
id: 177826161,
issues_url: 'https://api.github.com/orgs/munich-quantum-toolkit/issues',
login: 'munich-quantum-toolkit',
members_url: 'https://api.github.com/orgs/munich-quantum-toolkit/members{/member}',
node_id: 'O_kgDOCplpcQ',
public_members_url: 'https://api.github.com/orgs/munich-quantum-toolkit/public_members{/member}',
repos_url: 'https://api.github.com/orgs/munich-quantum-toolkit/repos',
url: 'https://api.github.com/orgs/munich-quantum-toolkit'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/munich-quantum-toolkit/core/issues/1206/comments'
},
commits: {
href: 'https://api.github.com/repos/munich-quantum-toolkit/core/pulls/1206/commits'
},
html: {
href: 'https://github.com/munich-quantum-toolkit/core/pull/1206'
},
issue: {
href: 'https://api.github.com/repos/munich-quantum-toolkit/core/issues/1206'
},
review_comment: {
href: 'https://api.github.com/repos/munich-quantum-toolkit/core/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/munich-quantum-toolkit/core/pulls/1206/comments'
},
self: {
href: 'https://api.github.com/repos/munich-quantum-toolkit/core/pulls/1206'
},
statuses: {
href: 'https://api.github.com/repos/munich-quantum-toolkit/core/statuses/9e2e0e6f85947c966d1a4bfbaf33749ab3714680'
}
},
active_lock_reason: null,
additions: 3921,
assignee: {
avatar_url: 'https://avatars.githubusercontent.com/u/28907748?v=4',
events_url: 'https://api.github.com/users/taminob/events{/privacy}',
followers_url: 'https://api.github.com/users/taminob/followers',
following_url: 'https://api.github.com/users/taminob/following{/other_user}',
gists_url: 'https://api.github.com/users/taminob/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/taminob',
id: 28907748,
login: 'taminob',
node_id: 'MDQ6VXNlcjI4OTA3NzQ4',
organizations_url: 'https://api.github.com/users/taminob/orgs',
received_events_url: 'https://api.github.com/users/taminob/received_events',
repos_url: 'https://api.github.com/users/taminob/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/taminob/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/taminob/subscriptions',
type: 'User',
url: 'https://api.github.com/users/taminob',
user_view_type: 'public'
},
assignees: [
{
avatar_url: 'https://avatars.githubusercontent.com/u/28907748?v=4',
events_url: 'https://api.github.com
|
|
Run
Invalid response body while trying to fetch https://api.github.com/graphql: Premature close
{
name: 'HttpError',
id: '20791796895',
status: 500,
request: {
method: 'POST',
url: 'https://api.github.com/graphql',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.5 (linux; x64)',
'x-github-delivery': '20791796895',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n $pullRequestLimit: Int!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: $pullRequestLimit) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n __typename\\n url\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"core","owner":"munich-quantum-toolkit","targetCommitish":"refs/pull/1206/merge","withPullRequestBody":false,"withPullRequestURL":true,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"since":"2025-11-10T19:02:32Z","after":"7e49097156eb3ede37761f72899694cb67452ad8 199"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '20791796895',
name: 'pull_request',
payload: {
action: 'synchronize',
after: '9e2e0e6f85947c966d1a4bfbaf33749ab3714680',
before: '6c965ed401f9c109dc17468a54e05d45f842f86a',
number: 1206,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/177826161?v=4',
description: 'A collection of design automation tools and software for quantum computing',
events_url: 'https://api.github.com/orgs/munich-quantum-toolkit/events',
hooks_url: 'https://api.github.com/orgs/munich-quantum-toolkit/hooks',
id: 177826161,
issues_url: 'https://api.github.com/orgs/munich-quantum-toolkit/issues',
login: 'munich-quantum-toolkit',
members_url: 'https://api.github.com/orgs/munich-quantum-toolkit/members{/member}',
node_id: 'O_kgDOCplpcQ',
public_members_url: 'https://api.github.com/orgs/munich-quantum-toolkit/public_members{/member}',
repos_url: 'https://api.github.com/orgs/munich-quantum-toolkit/repos',
url: 'https://api.github.com/orgs/munich-quantum-toolkit'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/munich-quantum-toolkit/core/issues/1206/comments'
},
commit
|
|
Run
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
Run
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
Run
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
Run
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|