Skip to content

chore(ci): add a new workflow to build docs in new PRs (#7002) #4754

chore(ci): add a new workflow to build docs in new PRs (#7002)

chore(ci): add a new workflow to build docs in new PRs (#7002) #4754

Triggered via push July 17, 2025 14:01
Status Success
Total duration 17s
Artifacts
update_release_draft
5s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
update_release_draft
GraphqlResponseError: Request failed due to following response errors: - Something went wrong while executing your query on 2025-07-17T14:01:53Z. Please include `7881:2CF182:171EF5:2E2648:68790250` when reporting this issue. at /home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:9482:13 at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:194071:14) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:193868:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:193570:7) at async Promise.all (index 0) { name: 'AggregateError', event: { id: '16347240608', name: 'push', payload: { after: '2901d00977116faeafbd51921e66640f4088b4a5', base_ref: null, before: '69b1eab7f2977b21e9c6f280e821182ddfb6832b', commits: [ { author: { email: '[email protected]', name: 'Leandro Damascena', username: 'leandrodamascena' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '2901d00977116faeafbd51921e66640f4088b4a5', message: 'chore(ci): add a new workflow to build docs in new PRs (#7002)\n' + '\n' + 'Add a new workflow to build docs on new PRs', timestamp: '2025-07-17T15:01:34+01:00', tree_id: '89d139a9a3161ff5113b6b4a13370a0fbe5304ea', url: 'https://github.com/aws-powertools/powertools-lambda-python/commit/2901d00977116faeafbd51921e66640f4088b4a5' } ], compare: 'https://github.com/aws-powertools/powertools-lambda-python/compare/69b1eab7f297...2901d0097711', created: false, deleted: false, enterprise: { avatar_url: 'https://avatars.githubusercontent.com/b/1290?v=4', created_at: '2019-11-13T18:05:41Z', description: '', html_url: 'https://github.com/enterprises/amazon', id: 1290, name: 'Amazon', node_id: 'MDEwOkVudGVycHJpc2UxMjkw', slug: 'amazon', updated_at: '2025-07-09T01:03:44Z', website_url: 'https://www.amazon.com/' }, forced: false, head_commit: { author: { email: '[email protected]', name: 'Leandro Damascena', username: 'leandrodamascena' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '2901d00977116faeafbd51921e66640f4088b4a5', message: 'chore(ci): add a new workflow to build docs in new PRs (#7002)\n' + '\n' + 'Add a new workflow to build docs on new PRs', timestamp: '2025-07-17T15:01:34+01:00', tree_id: '89d139a9a3161ff5113b6b4a13370a0fbe5304ea', url: 'https://github.com/aws-powertools/powertools-lambda-python/commit/2901d00977116faeafbd51921e66640f4088b4a5' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/129127638?v=4', description: '', events_url: 'https://api.github.com/orgs/aws-powertools/events', hooks_url: 'https://api.github.com/orgs/aws-powertools/hooks', id: 129127638, issues_url: 'https://api.github.com/orgs/aws-powertools/issues', login: 'aws-powertools', members_url: 'https://api.github.com/orgs/aws-powertools/members{/member}', node_id: 'O_kgDOB7JU1g', public_members_url: 'https://api.github.com/orgs/aws-powertools/public_members{/member}', repos_url: 'https://api.github.com/orgs/aws-powertools/repos', url: 'https://api.github.com/orgs/aws-powertools' }, pusher: { email: 'lc
update_release_draft
Request failed due to following response errors: - Something went wrong while executing your query on 2025-07-17T14:01:53Z. Please include `7881:2CF182:171EF5:2E2648:68790250` when reporting this issue. { name: 'GraphqlResponseError', id: '16347240608', 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' + ' $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: 'powertools-lambda-python', owner: 'aws-powertools', targetCommitish: 'refs/heads/develop', withPullRequestBody: false, withPullRequestURL: false, withBaseRefName: false, withHeadRefName: false, pullRequestLimit: 5, since: '2025-07-15T08:18:56Z' } }, 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', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Thu, 17 Jul 2025 14:01:53 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
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/)