Skip to content

Merge branch '2024.0.x' #1687

Merge branch '2024.0.x'

Merge branch '2024.0.x' #1687

Triggered via push March 13, 2026 15:47
Status Success
Total duration 19m 48s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
release_notes
GraphqlResponseError: Request failed due to following response errors: - API rate limit already exceeded for site ID installation. 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:190522:21) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:190305: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: '23058702025', name: 'push', payload: { after: 'cb377bf57d8b396b0045b4cc6665f82d86efc1c7', base_ref: null, before: 'da09542207924446e94f4a9e98c67ac619dd89f2', commits: [ { author: { email: 'rain@rainboyan.com', name: 'Michael Yan', username: 'rainboyan' }, committer: { email: 'rain@rainboyan.com', name: 'Michael Yan', username: 'rainboyan' }, distinct: false, id: '38e12ce5270a4b148e0577ab194b53e364835542', message: 'Upgrade to Grace Asset Pipeline Plugin 7.0.0-RC1\n\nCloses gh-1331', timestamp: '2026-03-13T22:46:05+08:00', tree_id: '3c4e2615ca11ecf0226bb9508133089f58a989bd', url: 'https://github.com/graceframework/grace-framework/commit/38e12ce5270a4b148e0577ab194b53e364835542' }, { author: { email: 'rain@rainboyan.com', name: 'Michael Yan', username: 'rainboyan' }, committer: { email: 'rain@rainboyan.com', name: 'Michael Yan', username: 'rainboyan' }, distinct: false, id: '2c8e234eb4a213f37f1459a7d07cc85ddf8dd42b', message: 'Upgrade to Grace Data Hibernate 2024.0.0-RC1\n\nCloses gh-1338', timestamp: '2026-03-13T22:48:00+08:00', tree_id: 'cf99aef8b53bdd698aceea5e223049c0d54b3dea', url: 'https://github.com/graceframework/grace-framework/commit/2c8e234eb4a213f37f1459a7d07cc85ddf8dd42b' }, { author: { email: 'rain@rainboyan.com', name: 'Michael Yan', username: 'rainboyan' }, committer: { email: 'rain@rainboyan.com', name: 'Michael Yan', username: 'rainboyan' }, distinct: false, id: '31547c73aed585458b4d9f3ccaf22dddb70bb227', message: 'Upgrade to Grace Data MongoDB 2024.0.0-RC1\n\nCloses gh-1339', timestamp: '2026-03-13T23:45:03+08:00', tree_id: '4ac80fa9c599526efb49cde0bdbc99c033e0dcf1', url: 'https://github.com/graceframework/grace-framework/commit/31547c73aed585458b4d9f3ccaf22dddb70bb227' }, { author: { email: 'rain@rainboyan.com', name: 'Michael Yan', username: 'rainboyan' }, committer: { email: 'rain@rainboyan.com', name: 'Michael Yan', username: 'rainboyan' }, distinct: true, id: 'cb377bf57d8b396b0045b4cc6665f82d86efc1c7', message: "Merge branch '2024.0.x'", timestamp: '2026-03-13T23:46:52+08:00', tree_id: '67bfb52df6cbfcdb0f8e9c651bf2843e5ca711b9', url: 'https://github.com/graceframework/grace-framework/commit/cb377bf57d8b396b0045b4cc6665f82d86efc1c7' } ], compare: 'https://github.com/graceframework/grace-framework/compare/da0954220792...cb377bf57d8b', created: false, deleted: false, forced: false, head_commit: { author: { email: 'rain@rainboyan.com', name: 'Michael Yan', username: 'rainboyan' }, committer: { email: 'rain@rainboyan.com', name: 'Michael Yan',
release_notes
Request failed due to following response errors: - API rate limit already exceeded for site ID installation. { name: 'GraphqlResponseError', id: '23058702025', 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: 'grace-framework', owner: 'graceframework', targetCommitish: '2024.1.x', withPullRequestBody: false, withPullRequestURL: false, withBaseRefName: false, withHeadRefName: false, pullRequestLimit: 5, historyLimit: 15, after: 'cb377bf57d8b396b0045b4cc6665f82d86efc1c7 14819' } }, 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: 'Fri, 13 Mar 2026 16:06:54 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': 'F839:2C37CF:5
release_notes
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. 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/
release_notes
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
release_notes
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
release_notes
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
release_notes
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
release_notes
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
release_notes
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/