Nodals RTD Module: Add support for publisher to override standard TCF… #6
release-drafter.yml
on: push
update_release_draft
59s
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: '18468181698',
name: 'push',
payload: {
after: '8d75ccf28c62ee2f936775de6d82da8efd19cd57',
base_ref: null,
before: 'af1539553aa7dba226677c49eb417bdb2e3480f8',
commits: [
{
author: {
email: 'pmccann@cafemedia.com',
name: 'Patrick McCann',
username: 'patmmccann'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '7146cc30f8844dd35e0f14368a029a1d2e81a85c',
message: 'AdKernal tests: fix broken test related to DNT helper (#13973)\n' +
'\n' +
'* Fix getDNT stubbing in utils and Adkernel tests\n' +
'\n' +
'* Core: Proxy navigator DNT helper\n' +
'\n' +
'* Core: Move DNT helper to dedicated library\n' +
'\n' +
'* Core: Restore stub-friendly DNT re-export',
timestamp: '2025-10-06T09:37:14-04:00',
tree_id: '566659954ba6c5ffc900bf848bf65e05e3d45091',
url: 'https://github.com/lusitdev/Prebid.js/commit/7146cc30f8844dd35e0f14368a029a1d2e81a85c'
},
{
author: {
email: 'm.yaremchuk@teqblaze.com',
name: 'MykhailoTeqBlaze',
username: 'MykhailoTeqBlaze'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '2616a9f15999af9c1e4b4203e60b746732945312',
message: 'TeqBlaze Lib: add support gpid param (#13974)\n' +
'\n' +
'* fix isBidRequestValid()\n' +
'\n' +
'* add support gpid param',
timestamp: '2025-10-06T10:45:31-04:00',
tree_id: '5137be3ebac10f65a448684e40f1114cb533fb65',
url: 'https://github.com/lusitdev/Prebid.js/commit/2616a9f15999af9c1e4b4203e60b746732945312'
},
{
author: {
email: '96475150+pm-nitin-nimbalkar@users.noreply.github.com',
name: 'Nitin Nimbalkar',
username: 'pm-nitin-nimbalkar'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '710edf5a5ed92971f7906a3bbe044d7e3040a751',
message: 'PubMatic Analytics Adapter: Preserve original mediaTypes and sizes when copying bid details in analytics (#13888)\n' +
'\n' +
'* Targetting key set for floor applied from PM RTD module\n' +
'\n' +
'* Test Cases Added\n' +
'\n' +
'* UPR related changes\n' +
'\n' +
'* Minor changes\n' +
'\n' +
'* Added targeting keys in constants\n' +
'\n' +
'* UOE-12412: Added floorProvider = "PM" related check to set the targeting\n' +
'\n' +
'* UOE-12412: Removed modelVersion related check\n' +
'\n' +
'* UOE-12412: Changed Key Name for targeting\n' +
'\n' +
'* UOE-12412: Enabling and disabling targetting key based on adServertargeting coming from config\n' +
'\n' +
'* UOE-12412: RTD provider error handling for undefined configs\n' +
'\n' +
'* Refactor: Improve bid status handling and floor value detection for No Bids scenario in PubMatic
|
|
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: '18468181698',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
headers: {
'content-length': '150',
'content-type': 'text/html',
date: 'Mon, 13 Oct 2025 13:58:36 GMT',
server: 'github.com',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '2FC0:359C07:2447323:A041365:68ED0582'
},
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': '18468181698',
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":"lusitdev","targetCommitish":"refs/heads/master","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '18468181698',
name: 'push',
payload: {
after: '8d75ccf28c62ee2f936775de6d82da8efd19cd57',
base_ref: null,
before: 'af1539553aa7dba226677c49eb417bdb2e3480f8',
commits: [
{
author: {
email: 'pmccann@cafemedia.com',
name: 'Patrick McCann',
username: 'patmmccann'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '7146cc30f8844dd35e0f14368a029a1d2e81a85c',
message: 'AdKernal tests: fix broken test related to DNT helper (#13973)\n' +
'\n' +
'* Fix getDNT stubbing in
|
|
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/)
|