Fix: Add stevebauman/purify for HTML sanitization #51
Annotations
2 errors and 1 warning
|
Run release-drafter/release-drafter@v5
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query on 2026-04-27T17:45:15Z. Please include `9804:3B5147:B22B22:2C98445:69EFA0A6` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:6088:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142895:21)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142688:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142380:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '25010536416',
name: 'pull_request',
payload: {
action: 'closed',
number: 51,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/318148?v=4',
description: '',
events_url: 'https://api.github.com/orgs/iFixit/events',
hooks_url: 'https://api.github.com/orgs/iFixit/hooks',
id: 318148,
issues_url: 'https://api.github.com/orgs/iFixit/issues',
login: 'iFixit',
members_url: 'https://api.github.com/orgs/iFixit/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjMxODE0OA==',
public_members_url: 'https://api.github.com/orgs/iFixit/public_members{/member}',
repos_url: 'https://api.github.com/orgs/iFixit/repos',
url: 'https://api.github.com/orgs/iFixit'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/iFixit/restarters/issues/51/comments'
},
commits: {
href: 'https://api.github.com/repos/iFixit/restarters/pulls/51/commits'
},
html: { href: 'https://github.com/iFixit/restarters/pull/51' },
issue: {
href: 'https://api.github.com/repos/iFixit/restarters/issues/51'
},
review_comment: {
href: 'https://api.github.com/repos/iFixit/restarters/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/iFixit/restarters/pulls/51/comments'
},
self: {
href: 'https://api.github.com/repos/iFixit/restarters/pulls/51'
},
statuses: {
href: 'https://api.github.com/repos/iFixit/restarters/statuses/4a3d914ad9f461a6555c1abc2b0c64804feaa4ed'
}
},
active_lock_reason: null,
additions: 660,
assignee: null,
assignees: [],
author_association: 'COLLABORATOR',
auto_merge: null,
base: {
label: 'iFixit:hermes',
ref: 'hermes',
repo: {
allow_auto_merge: false,
allow_forking: true,
allow_merge_commit: true,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: false,
archive_url: 'https://api.github.com/repos/iFixit/restarters/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/iFixit/restarters/assignees{/user}',
blobs_url: 'https://api.github.com/repos/iFixit/restarters/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/iFixit/restarters/branches{/branch}',
clone_url: 'https://github.com/iFixit/restarters.git',
collaborators_url: 'https://api.github.com/repos/iFixit/restarters/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/iFixit/restarters/comments{/number}',
commits_url: 'https://api.github.com/repos/iFixit/restarters/commits{/sha}',
compare_url: 'https://api.github.com/repos/iFixit/restarters/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/iFixit/restarters/contents/{+path}',
contributors_url: 'https://api.github.com/repos/iFixit/restarters/c
|
|
Run release-drafter/release-drafter@v5
Request failed due to following response errors:
- Something went wrong while executing your query on 2026-04-27T17:45:15Z. Please include `9804:3B5147:B22B22:2C98445:69EFA0A6` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '25010536416',
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' +
' ) {\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: 5) {\n' +
' nodes {\n' +
' title\n' +
' number\n' +
' url @include(if: $withPullRequestURL)\n' +
' body @include(if: $withPullRequestBody)\n' +
' author {\n' +
' login\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: 'restarters',
owner: 'iFixit',
targetCommitish: 'refs/heads/hermes',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
after: '64b96026bc793ba0517258eb26c1e6cfd883a632 99'
}
},
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',
connection: 'close',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Mon, 27 Apr 2026 17:45:15 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-github-media-type': 'github.v3; format=json',
'x-github-request-id': '9804:3B5147:B22B22:2C98445:69EFA0A6',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4988',
'x-ratelimit-reset':
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: release-drafter/release-drafter@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
Loading