Skip to content

🐛 Fix RL Training and Improve Structure #3900

🐛 Fix RL Training and Improve Structure

🐛 Fix RL Training and Improve Structure #3900

Triggered via pull request February 23, 2026 21:06
@flowerthrowerflowerthrower
synchronize #573
bugfix
Status Success
Total duration 18s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
9s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
update_release_draft
GraphqlResponseError: Request failed due to following response errors: - Something went wrong while executing your query on 2026-02-23T21:06:45Z. Please include `2100:1571CE:39BF6A1:FA7C549:699CC161` when reporting this issue. at /home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:9482:13 at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:194098:14) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:193894:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/6db134d15f3909ccc9eefd369f02bd1e9cffdf97/dist/index.js:193570:7) at async Promise.all (index 1) { name: 'AggregateError', event: { id: '22324828337', name: 'pull_request', payload: { action: 'synchronize', after: '8b27982c60614c4cdbd470698a2181e76eff7c08', before: '825773fc78ca44f7944c501753f1ff84f50ec9eb', number: 573, 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/predictor/issues/573/comments' }, commits: { href: 'https://api.github.com/repos/munich-quantum-toolkit/predictor/pulls/573/commits' }, html: { href: 'https://github.com/munich-quantum-toolkit/predictor/pull/573' }, issue: { href: 'https://api.github.com/repos/munich-quantum-toolkit/predictor/issues/573' }, review_comment: { href: 'https://api.github.com/repos/munich-quantum-toolkit/predictor/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/munich-quantum-toolkit/predictor/pulls/573/comments' }, self: { href: 'https://api.github.com/repos/munich-quantum-toolkit/predictor/pulls/573' }, statuses: { href: 'https://api.github.com/repos/munich-quantum-toolkit/predictor/statuses/8b27982c60614c4cdbd470698a2181e76eff7c08' } }, active_lock_reason: null, additions: 122, assignee: null, assignees: [], author_association: 'COLLABORATOR', auto_merge: null, base: { label: 'munich-quantum-toolkit:main', ref: 'main', repo: { allow_auto_merge: true, allow_forking: true, allow_merge_commit: true, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/munich-quantum-toolkit/predictor/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/munich-quantum-toolkit/predictor/assignees{/user}', blobs_url: 'https://api.github.com/repos/munich-quantum-toolkit/predictor/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/muni
update_release_draft
Request failed due to following response errors: - Something went wrong while executing your query on 2026-02-23T21:06:45Z. Please include `2100:1571CE:39BF6A1:FA7C549:699CC161` when reporting this issue. { name: 'GraphqlResponseError', id: '22324828337', request: { 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' + ' $historyLimit: Int!\n' + ' ) {\n' + ' repository(name: $name, owner: $owner) {\n' + ' object(expression: $targetCommitish) {\n' + ' ... on Commit {\n' + ' history(first: $historyLimit, 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: 'predictor', owner: 'munich-quantum-toolkit', targetCommitish: 'refs/pull/573/merge', withPullRequestBody: false, withPullRequestURL: true, withBaseRefName: false, withHeadRefName: false, pullRequestLimit: 5, historyLimit: 15, since: '2025-07-29T08:33:34Z' } }, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Mon, 23 Feb 2026 21:06:45 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'github.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-githu
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)