Skip to content

❤️ Add support option (#1121) #3988

❤️ Add support option (#1121)

❤️ Add support option (#1121) #3988

Triggered via push August 20, 2025 12:59
Status Success
Total duration 1m 6s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Run
HttpError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:61885:18) { name: 'AggregateError', event: { id: '17099109670', name: 'push', payload: { after: 'efb98ac491eafadfbbcced8e416b9e7ddd93e3a6', base_ref: null, before: '6ea868318460fd96cbbf436de332b494ec325104', commits: [ { author: { email: '121057143+denialhaag@users.noreply.github.com', name: 'Daniel Haag', username: 'denialhaag' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'efb98ac491eafadfbbcced8e416b9e7ddd93e3a6', message: '❤️ Add support option (#1121)\n' + '\n' + '## Description\n' + '\n' + 'This PR adds support information to the README and the documentation.\n' + '\n' + 'For more information, see\n' + 'https://github.com/munich-quantum-toolkit/.github/pull/49.\n' + '\n' + '## Checklist:\n' + '\n' + '- [x] The pull request only contains commits that are focused and\n' + 'relevant to this change.\n' + '- [x] ~~I have added appropriate tests that cover the new/changed\n' + 'functionality.~~\n' + '- [x] I have updated the documentation to reflect these changes.\n' + '- [x] ~~I have added entries to the changelog for any noteworthy\n' + 'additions, changes, fixes, or removals.~~\n' + '- [x] ~~I have added migration instructions to the upgrade guide (if\n' + 'needed).~~\n' + "- [x] The changes follow the project's style guidelines and introduce no\n" + 'new warnings.\n' + '- [x] The changes are fully tested and pass the CI checks.\n' + '- [x] I have reviewed my own code changes.\n' + '\n' + '---------\n' + '\n' + 'Signed-off-by: burgholzer <burgholzer@me.com>\n' + 'Signed-off-by: Lukas Burgholzer <burgholzer@me.com>\n' + 'Co-authored-by: burgholzer <burgholzer@me.com>', timestamp: '2025-08-20T14:59:19+02:00', tree_id: '167a785f1faf52404ae782334b94b567a5fc4f9e', url: 'https://github.com/munich-quantum-toolkit/core/commit/efb98ac491eafadfbbcced8e416b9e7ddd93e3a6' } ], compare: 'https://github.com/munich-quantum-toolkit/core/compare/6ea868318460...efb98ac491ea', created: false, deleted: false, forced: false, head_commit: { author: { email: '121057143+denialhaag@users.noreply.github.com', name: 'Daniel Haag', username: 'denialhaag' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'efb98ac491eafadfbbcced8e416b9e7ddd93e3a6', message: '❤️ Add support option (#1121)\n' + '\n' + '## Description\n' + '\n' + 'This PR adds support information to the README and the documentation.\n' + '\n' + 'For more information, see\n' + 'https://github.com/munich-quantum-toolkit/.github/pull/49.\n' + '\n' + '## Checklist:\n' + '\n' + '- [x] The pull request only contains commits that are focused and\n' + 'relevant to this change.\n' + '- [x] ~~I have added appropriate tests that cover the new/changed\n' + 'functionali
Run
<html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> { name: 'HttpError', id: '17099109670', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Wed, 20 Aug 2025 13:00:25 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '2800:3A3B60:4230F5A:43E67EE:68A5C6DF' }, data: '<html>\r\n' + '<head><title>502 Bad Gateway</title></head>\r\n' + '<body>\r\n' + '<center><h1>502 Bad Gateway</h1></center>\r\n' + '<hr><center>nginx</center>\r\n' + '</body>\r\n' + '</html>\r\n' }, 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.3 (linux; x64)', 'x-github-delivery': '17099109670', 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/heads/main","withPullRequestBody":false,"withPullRequestURL":true,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"since":"2025-08-01T08:34:20Z"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '17099109670', name: 'push', payload: { after: 'efb98ac491eafadfbbcced8e416b9e7ddd93e3a6', base_ref: null, before: '6ea868318460fd96cbbf436de332b494ec325104', commits: [ { author: { email: '121057143+denialhaag@users.noreply.github.com', name: 'Daniel Haag', username: 'denialhaag' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'efb98ac491eafadfbbcced8e416b9e7ddd93e3a6', message: '❤️ Add support option (#1121)\n' + '\n' + '
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/)