Skip to content

[stable31] fix: correct parameter order in getUserConfigByKey method #3823

[stable31] fix: correct parameter order in getUserConfigByKey method

[stable31] fix: correct parameter order in getUserConfigByKey method #3823

Triggered via pull request December 11, 2025 14:27
Status Success
Total duration 1m 13s
Artifacts

release-drafter.yml

on: pull_request_target
update_release_draft
1m 11s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
update_release_draft
HttpError: We couldn't respond to your request in time. Sorry about that. Please try resubmitting your request and contact us if the problem persists. 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: '20136469200', name: 'pull_request_target', payload: { action: 'closed', number: 6096, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/79158919?v=4', description: 'Digital document signer with open source license developed by the @LibreCodeCoop .', events_url: 'https://api.github.com/orgs/LibreSign/events', hooks_url: 'https://api.github.com/orgs/LibreSign/hooks', id: 79158919, issues_url: 'https://api.github.com/orgs/LibreSign/issues', login: 'LibreSign', members_url: 'https://api.github.com/orgs/LibreSign/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjc5MTU4OTE5', public_members_url: 'https://api.github.com/orgs/LibreSign/public_members{/member}', repos_url: 'https://api.github.com/orgs/LibreSign/repos', url: 'https://api.github.com/orgs/LibreSign' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/LibreSign/libresign/issues/6096/comments' }, commits: { href: 'https://api.github.com/repos/LibreSign/libresign/pulls/6096/commits' }, html: { href: 'https://github.com/LibreSign/libresign/pull/6096' }, issue: { href: 'https://api.github.com/repos/LibreSign/libresign/issues/6096' }, review_comment: { href: 'https://api.github.com/repos/LibreSign/libresign/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/LibreSign/libresign/pulls/6096/comments' }, self: { href: 'https://api.github.com/repos/LibreSign/libresign/pulls/6096' }, statuses: { href: 'https://api.github.com/repos/LibreSign/libresign/statuses/f491b6d9a93d0e88e0e596bc8b47311c9d45ae65' } }, active_lock_reason: null, additions: 4, assignee: { avatar_url: 'https://avatars.githubusercontent.com/u/1079143?v=4', events_url: 'https://api.github.com/users/vitormattos/events{/privacy}', followers_url: 'https://api.github.com/users/vitormattos/followers', following_url: 'https://api.github.com/users/vitormattos/following{/other_user}', gists_url: 'https://api.github.com/users/vitormattos/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/vitormattos', id: 1079143, login: 'vitormattos', node_id: 'MDQ6VXNlcjEwNzkxNDM=', organizations_url: 'https://api.github.com/users/vitormattos/orgs', received_events_url: 'https://api.github.com/users/vitormattos/received_events', repos_url: 'https://api.github.com/users/vitormattos/repos', site_admin: false, starred_url: 'https://api.github.com/users/vitormattos/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/vitormattos/subscriptions', type: 'User', url: 'https://api.github.com/users/vitormattos', user_view_type: 'public' }, assignees: [ { avatar_url: 'https://avatars.githubusercontent.com/u/1079143?v=4', events_url: 'https://api.github.com/users/vitormattos/events{/privacy}', followers_url: 'https://api.github.com/users/vitormattos/followers', following_url: 'https://api.github.com/users/vitormattos/following{/other_user}', gists_url: 'https://api.github.com/use
update_release_draft
We couldn't respond to your request in time. Sorry about that. Please try resubmitting your request and contact us if the problem persists. { name: 'HttpError', id: '20136469200', status: 504, response: { url: 'https://api.github.com/graphql', status: 504, 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-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset', 'cache-control': 'no-cache', connection: 'close', 'content-security-policy': "default-src 'none'; style-src 'unsafe-inline'", 'content-type': 'application/json; charset=utf-8', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', 'strict-transport-security': 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-media-type': 'github.v3; format=json', 'x-xss-protection': '0' }, data: { message: "We couldn't respond to your request in time. Sorry about that. Please try resubmitting your request and contact us if the problem persists." } }, 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': '20136469200', 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":"libresign","owner":"LibreSign","targetCommitish":"refs/heads/main","withPullRequestBody":false,"withPullRequestURL":true,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"since":"2025-10-28T15:35:03Z"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '20136469200', name: 'pull_request_target', payload: { action: 'closed', number: 6096, organization: { avatar_url: 'https://avatars.githubuser
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/)