Skip to content

chore:update docs

chore:update docs #616

Triggered via push May 12, 2025 20:38
Status Success
Total duration 7m 36s
Artifacts

test.yml

on: push
ruff on code
20s
ruff on code
Matrix: test-regular
update_release_draft
25s
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-05-12T20:46:07Z. Please include `F411:37999A:168250:2D2819:68225E0E` when reporting this issue. at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:9482:13 at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:194071:14) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:193868:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:193570:7) at async Promise.all (index 0) { name: 'AggregateError', event: { id: '14982137036', name: 'push', payload: { after: 'cc83ab0283303d63784accea863c67094042f09d', base_ref: null, before: 'd896f3f323ef6a47271ae7aa25538f3fd49281fa', commits: [ { author: { email: '[email protected]', name: 'Daniel M', username: 'cunla' }, committer: { email: '[email protected]', name: 'Daniel M', username: 'cunla' }, distinct: true, id: 'cc83ab0283303d63784accea863c67094042f09d', message: 'chore:update docs', timestamp: '2025-05-12T16:38:29-04:00', tree_id: '26be66a1245409aae57e269d3687e162cc6a7e84', url: 'https://github.com/django-commons/django-tasks-scheduler/commit/cc83ab0283303d63784accea863c67094042f09d' } ], compare: 'https://github.com/django-commons/django-tasks-scheduler/compare/d896f3f323ef...cc83ab028330', created: false, deleted: false, forced: false, head_commit: { author: { email: '[email protected]', name: 'Daniel M', username: 'cunla' }, committer: { email: '[email protected]', name: 'Daniel M', username: 'cunla' }, distinct: true, id: 'cc83ab0283303d63784accea863c67094042f09d', message: 'chore:update docs', timestamp: '2025-05-12T16:38:29-04:00', tree_id: '26be66a1245409aae57e269d3687e162cc6a7e84', url: 'https://github.com/django-commons/django-tasks-scheduler/commit/cc83ab0283303d63784accea863c67094042f09d' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/161911044?v=4', description: '', events_url: 'https://api.github.com/orgs/django-commons/events', hooks_url: 'https://api.github.com/orgs/django-commons/hooks', id: 161911044, issues_url: 'https://api.github.com/orgs/django-commons/issues', login: 'django-commons', members_url: 'https://api.github.com/orgs/django-commons/members{/member}', node_id: 'O_kgDOCaaRBA', public_members_url: 'https://api.github.com/orgs/django-commons/public_members{/member}', repos_url: 'https://api.github.com/orgs/django-commons/repos', url: 'https://api.github.com/orgs/django-commons' }, pusher: { email: '[email protected]', name: 'cunla' }, ref: 'refs/heads/master', repository: { allow_forking: true, archive_url: 'https://api.github.com/repos/django-commons/django-tasks-scheduler/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/django-commons/django-tasks-scheduler/assignees{/user}', blobs_url: 'https://api.github.com/repos/django-commons/django-tasks-scheduler/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/django-commons/django-tasks-scheduler/branches{/branch}', clone_url: 'https://github.com/django-commons/django-tasks-scheduler.git', collaborators_url: 'https://api.github.com/repos/django-commons/django-tasks-scheduler/collaborators{/collaborator}', comments_url: 'https://api.github.com/rep
update_release_draft
Request failed due to following response errors: - Something went wrong while executing your query on 2025-05-12T20:46:07Z. Please include `F411:37999A:168250:2D2819:68225E0E` when reporting this issue. { name: 'GraphqlResponseError', id: '14982137036', 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: 'django-tasks-scheduler', owner: 'django-commons', targetCommitish: 'refs/heads/master', withPullRequestBody: false, withPullRequestURL: false, withBaseRefName: false, withHeadRefName: false, pullRequestLimit: 5, since: '2025-04-14T16:23:43Z' } }, 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: 'Mon, 12 May 2025 20:46:07 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/)