Bump io.jenkins.tools.incrementals:git-changelist-maven-extension (#182) #95
release-drafter.yml
on: push
update_release_draft
59s
Annotations
2 errors and 4 warnings
|
update_release_draft
HttpError: Invalid response body while trying to fetch https://api.github.com/graphql: Premature close
at /home/runner/work/_actions/release-drafter/release-drafter/v6/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/v6/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '17734908958',
name: 'push',
payload: {
after: 'b496f06ac3ef2bacecb765aa45e2f68245fc67b5',
base_ref: null,
before: '77ad75acd384d0cea0726d178c874960844e5ea1',
commits: [
{
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: 'b496f06ac3ef2bacecb765aa45e2f68245fc67b5',
message: 'Bump io.jenkins.tools.incrementals:git-changelist-maven-extension (#182)\n' +
'\n' +
'Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.10 to 1.13.\n' +
'- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)\n' +
'- [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.10...parent-1.13)\n' +
'\n' +
'---\n' +
'updated-dependencies:\n' +
'- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension\n' +
" dependency-version: '1.13'\n" +
' dependency-type: direct:production\n' +
' update-type: version-update:semver-minor\n' +
'...\n' +
'\n' +
'Signed-off-by: dependabot[bot] <[email protected]>\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2025-09-15T21:33:52+08:00',
tree_id: 'eb905f05ad92ca77f424eb302fafeacdfa8db518',
url: 'https://github.com/jenkinsci/build-timeout-plugin/commit/b496f06ac3ef2bacecb765aa45e2f68245fc67b5'
}
],
compare: 'https://github.com/jenkinsci/build-timeout-plugin/compare/77ad75acd384...b496f06ac3ef',
created: false,
deleted: false,
forced: false,
head_commit: {
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: 'b496f06ac3ef2bacecb765aa45e2f68245fc67b5',
message: 'Bump io.jenkins.tools.incrementals:git-changelist-maven-extension (#182)\n' +
'\n' +
'Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.10 to 1.13.\n' +
'- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)\n' +
'- [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.10...parent-1.13)\n' +
'\n' +
'---\n' +
'updated-dependencies:\n' +
'- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension\n' +
" dependency-version: '1.13'\n" +
' dependency-type: direct:production\n' +
' update-type: version-update:semver-minor\n' +
'...\n' +
'\n' +
'Signed-off-by: dependabot[bot] <[email protected]>\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2025-09-15T21:33:52+08:00',
tree_id: 'eb905f05ad92ca77f424eb302fafeacdfa8db518',
url: 'https://github.com/jenkinsci/build-timeout-plugin/commit/b496
|
|
update_release_draft
Invalid response body while trying to fetch https://api.github.com/graphql: Premature close
{
name: 'HttpError',
id: '17734908958',
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.4 (linux; x64)',
'x-github-delivery': '17734908958',
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":"build-timeout-plugin","owner":"jenkinsci","targetCommitish":"refs/heads/master","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"since":"2025-04-10T16:57:48Z"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '17734908958',
name: 'push',
payload: {
after: 'b496f06ac3ef2bacecb765aa45e2f68245fc67b5',
base_ref: null,
before: '77ad75acd384d0cea0726d178c874960844e5ea1',
commits: [
{
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: 'b496f06ac3ef2bacecb765aa45e2f68245fc67b5',
message: 'Bump io.jenkins.tools.incrementals:git-changelist-maven-extension (#182)\n' +
'\n' +
'Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.10 to 1.13.\n' +
'- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)\n' +
'- [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.10...parent-1.13)\n' +
'\n' +
'---\n' +
'updated-dependencies:\n' +
'- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension\n' +
" dependency-version: '1.13'\n" +
' dependency-type
|
|
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/)
|