Skip to content

chore: add more categories to changelog #84

chore: add more categories to changelog

chore: add more categories to changelog #84

Triggered via push August 27, 2025 13:43
Status Success
Total duration 7m 33s
Artifacts
update_release_draft
1m 24s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
update_release_draft
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: '17268546878', name: 'push', payload: { after: '37933420c921c003165cabf32d0741ec8c32eaa8', base_ref: null, before: '9cec44499b2df4197280fa10f84f8c56cbe8688a', commits: [ { author: { email: '41898282+github-actions[bot]@users.noreply.github.com', name: 'github-actions[bot]', username: 'github-actions[bot]' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '43540313ffd60125b095233e1d016de718633c42', message: 'docs(changelog): update release notes', timestamp: '2025-08-13T08:00:32Z', tree_id: 'e3988a60b813ea42f48b170336cdeaa29a322d52', url: 'https://github.com/glcj/plc4x/commit/43540313ffd60125b095233e1d016de718633c42' }, { author: { email: '[email protected]', name: 'Sebastian Rühl', username: 'sruehl' }, committer: { email: '[email protected]', name: 'Sebastian Rühl', username: 'sruehl' }, distinct: true, id: 'fd1c3cf96f1658a04862e30c1d626a48ed7392af', message: 'Revert "docs(changelog): update release notes"\n' + '\n' + 'This reverts commit 43540313ffd60125b095233e1d016de718633c42.', timestamp: '2025-08-13T10:02:52+02:00', tree_id: '3c931ab49ddfeb13e1f5cb89ef05381cc52d78d8', url: 'https://github.com/glcj/plc4x/commit/fd1c3cf96f1658a04862e30c1d626a48ed7392af' }, { author: { email: '[email protected]', name: 'Sebastian Rühl', username: 'sruehl' }, committer: { email: '[email protected]', name: 'Sebastian Rühl', username: 'sruehl' }, distinct: true, id: '2ced489eb01c1b2ab46fc188078c1ac810b1d88f', message: 'chore: commit changelog to branch', timestamp: '2025-08-14T08:22:41+02:00', tree_id: '32d0483d2eae3d0a5459fd5f7f414d0a1ad3fe3a', url: 'https://github.com/glcj/plc4x/commit/2ced489eb01c1b2ab46fc188078c1ac810b1d88f' }, { author: { email: '49699333+dependabot[bot]@users.noreply.github.com', name: 'dependabot[bot]', username: 'dependabot[bot]' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '8fe1e79f494421e7828bdf976cfcb19b01c6fa2b', message: 'build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 (#2219)\n' + '\n' + 'Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.10.\n' + '- [Release notes](https://github.com/JetBrains/kotlin/releases)\n' + '- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)\n' + '- [Commits](https://github.com/JetBrains/kotlin/commits)\n' + '\n' + '---\n' + 'updated-dependencies:\n' + '- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8\n' + ' dependency-version: 2.2.10\n' + ' dependency-type: direct:production\n' + ' update-type: version-update:semver-patch\n' + '...\n' +
update_release_draft
<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: '17268546878', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Wed, 27 Aug 2025 13:51:18 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '3C00:6A504:8E15B0:1FFC607:68AF0D4B' }, 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.4 (linux; x64)', 'x-github-delivery': '17268546878', 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":"plc4x","owner":"glcj","targetCommitish":"refs/heads/develop","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"after":"37933420c921c003165cabf32d0741ec8c32eaa8 99"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '17268546878', name: 'push', payload: { after: '37933420c921c003165cabf32d0741ec8c32eaa8', base_ref: null, before: '9cec44499b2df4197280fa10f84f8c56cbe8688a', commits: [ { author: { email: '41898282+github-actions[bot]@users.noreply.github.com', name: 'github-actions[bot]', username: 'github-actions[bot]' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '43540313ffd60125b095233e1d016de718633c42', message: 'docs(changelog): update release no
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/)