Skip to content

fix(l10n): Update translations from Transifex #5566

fix(l10n): Update translations from Transifex

fix(l10n): Update translations from Transifex #5566

Triggered via push April 2, 2026 02:34
Status Success
Total duration 19s
Artifacts
update_release_draft
15s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
update_release_draft
GraphqlResponseError: Request failed due to following response errors: - This query requests up to 505,050 possible nodes which exceeds the maximum limit of 500,000. at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7687:13 at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:190503:14) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:190291:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:189920:7) at async Promise.all (index 0) { name: 'AggregateError', event: { id: '23880908784', name: 'push', payload: { after: 'e04f15293c45e576d09142c99c48cd340271bb21', base_ref: null, before: '612ac197a853e491e9808c1a697e2031d8580506', commits: [ { author: { email: 'bot@nextcloud.com', name: 'Nextcloud bot', username: 'nextcloud-bot' }, committer: { email: 'bot@nextcloud.com', name: 'Nextcloud bot', username: 'nextcloud-bot' }, distinct: true, id: 'e04f15293c45e576d09142c99c48cd340271bb21', message: 'fix(l10n): Update translations from Transifex\n' + '\n' + 'Signed-off-by: Nextcloud bot <bot@nextcloud.com>', timestamp: '2026-04-02T02:34:09Z', tree_id: 'cc23432c266e621a63553850a8059588e16f2359', url: 'https://github.com/LibreSign/libresign/commit/e04f15293c45e576d09142c99c48cd340271bb21' } ], compare: 'https://github.com/LibreSign/libresign/compare/612ac197a853...e04f15293c45', created: false, deleted: false, forced: false, head_commit: { author: { email: 'bot@nextcloud.com', name: 'Nextcloud bot', username: 'nextcloud-bot' }, committer: { email: 'bot@nextcloud.com', name: 'Nextcloud bot', username: 'nextcloud-bot' }, distinct: true, id: 'e04f15293c45e576d09142c99c48cd340271bb21', message: 'fix(l10n): Update translations from Transifex\n' + '\n' + 'Signed-off-by: Nextcloud bot <bot@nextcloud.com>', timestamp: '2026-04-02T02:34:09Z', tree_id: 'cc23432c266e621a63553850a8059588e16f2359', url: 'https://github.com/LibreSign/libresign/commit/e04f15293c45e576d09142c99c48cd340271bb21' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/79158919?v=4', description: 'Digital document signer with open source license developed by the @LibreCodeCoop .', events_url: 'https://api.github.com/orgs/LibreSign/events', hooks_url: 'https://api.github.com/orgs/LibreSign/hooks', id: 79158919, issues_url: 'https://api.github.com/orgs/LibreSign/issues', login: 'LibreSign', members_url: 'https://api.github.com/orgs/LibreSign/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjc5MTU4OTE5', public_members_url: 'https://api.github.com/orgs/LibreSign/public_members{/member}', repos_url: 'https://api.github.com/orgs/LibreSign/repos', url: 'https://api.github.com/orgs/LibreSign' }, pusher: { email: 'bot@nextcloud.com', name: 'nextcloud-bot' }, ref: 'refs/heads/stable33', repository: { allow_forking: true, archive_url: 'https://api.github.com/repos/LibreSign/libresign/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/LibreSign/libresign/assignees{/user}', blobs_url: 'https://api.github.com/repos/LibreSign/libresign/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/LibreSign/libresign/branches{/branch}', clone_url: 'https://github.com/LibreSign/libresign.git', collaborators_url: 'https://api.github.com/repos/LibreSign/libresign/collab
update_release_draft
Request failed due to following response errors: - This query requests up to 505,050 possible nodes which exceeds the maximum limit of 500,000. { name: 'GraphqlResponseError', id: '23880908784', 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' + ' $historyLimit: Int!\n' + ' ) {\n' + ' repository(name: $name, owner: $owner) {\n' + ' object(expression: $targetCommitish) {\n' + ' ... on Commit {\n' + ' history(first: $historyLimit, 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: 'libresign', owner: 'LibreSign', targetCommitish: 'refs/heads/stable33', withPullRequestBody: false, withPullRequestURL: true, withBaseRefName: false, withHeadRefName: false, pullRequestLimit: 100, historyLimit: 50, since: '2026-03-17T15:43:59Z' } }, 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, 02 Apr 2026 02:34:29 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': '57C
update_release_draft
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@v6. 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/
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/)