Skip to content

Various adapters: consolidate devicepixelratio usage into approximati… #47

Various adapters: consolidate devicepixelratio usage into approximati…

Various adapters: consolidate devicepixelratio usage into approximati… #47

Triggered via push December 22, 2025 08:50
Status Success
Total duration 15m 17s
Artifacts
update_release_draft
15m 12s
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: '20426747545', name: 'push', payload: { after: '31a92b1809ddf658e803f326b3f24c4a7d202271', base_ref: null, before: 'b27b3d1448f545d57f72da0dad2476a5bbe90e0d', commits: [ { author: { email: 'prebidjs-release@prebid.org', name: 'Prebid.js automated release', username: 'prebidjs-release' }, committer: { email: 'prebidjs-release@prebid.org', name: 'Prebid.js automated release', username: 'prebidjs-release' }, distinct: true, id: '517e526c0d17958959565afee4ee8da26f652551', message: 'Increment version to 10.21.0-pre', timestamp: '2025-12-12T14:16:45Z', tree_id: 'fd5ffbae9bc2eb383fbc2a2db021392800b9d690', url: 'https://github.com/openx/Prebid.js/commit/517e526c0d17958959565afee4ee8da26f652551' }, { author: { email: 'cto@clydo.io', name: 'cto-clydo', username: 'cto-clydo' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '9585e8f4842a9d2558511951fdd7aaf38c0efcf4', message: 'New adapter: clydo (#13936)\n' + '\n' + '* New adapter: clydo\n' + '\n' + '* remove contentType option\n' + '\n' + '* test fixes\n' + '\n' + '* review fixes\n' + '\n' + '* response fix', timestamp: '2025-12-12T10:28:19-05:00', tree_id: 'ad687215aeecca39883c047eb57f8d72e4501daf', url: 'https://github.com/openx/Prebid.js/commit/9585e8f4842a9d2558511951fdd7aaf38c0efcf4' }, { author: { email: '83463253+Dan-Lucian@users.noreply.github.com', name: 'Gaina Dan-Lucian', username: 'Dan-Lucian' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '58cfdc389b6907b5adef691ac82a7896020636b7', message: 'Connatix Bid Adapter: stop storing ids in cookie (#14265)\n' + '\n' + '* added modules and command for fandom build\n' + '\n' + '* revert: cnx master changes\n' + '\n' + '* feat: stop storing ids in cookie\n' + '\n' + '* test: update tests\n' + '\n' + '* fix: remove trailing space\n' + '\n' + '---------\n' + '\n' + 'Co-authored-by: dragos.baci <dragos.baci@connatix.com>\n' + 'Co-authored-by: DragosBaci <118546616+DragosBaci@users.noreply.github.com>\n' + 'Co-authored-by: Alex <alexander.mihalcea88@gmail.com>', timestamp: '2025-12-15T15:06:51-05:00', tree_id: '697b8f728a27bb4cfbaac66464e0bedbcf266a1e', url: 'https://github.com/openx/Prebid.js/commit/58cfdc389b6907b5adef691ac82a7896020636b7' }, { author: { email: '87376145+SmartHubSolutions@users.noreply.github.com', name: 'SmartHubSolutions', username: 'SmartHubSolutions' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, i
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: '20426747545', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Mon, 22 Dec 2025 09:05:32 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '9818:335E7F:5E97F1D:61A12FA:694909D2' }, 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.5 (linux; x64)', 'x-github-delivery': '20426747545', 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":"Prebid.js","owner":"openx","targetCommitish":"refs/heads/master","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"after":"31a92b1809ddf658e803f326b3f24c4a7d202271 3099"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '20426747545', name: 'push', payload: { after: '31a92b1809ddf658e803f326b3f24c4a7d202271', base_ref: null, before: 'b27b3d1448f545d57f72da0dad2476a5bbe90e0d', commits: [ { author: { email: 'prebidjs-release@prebid.org', name: 'Prebid.js automated release', username: 'prebidjs-release' }, committer: { email: 'prebidjs-release@prebid.org', name: 'Prebid.js automated release', username: 'prebidjs-release' }, distinct: true, id: '517e526c0d17958959565afee4ee8da26f652551', message: 'Increment
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/)