Merge branch '2024.0.x' #1742
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: '23824083113',
name: 'push',
payload: {
after: '39f7c70346537492b4b1d64a3a72475ed870c8b0',
base_ref: null,
before: '79a05ebde42faf425b044d69bddfcdc8fc66c736',
commits: [
{
author: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
committer: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
distinct: false,
id: '616753958890807dd7574778beaf070edf7a0ef8',
message: 'Upgrade to Grace Profile: Base 2024.0.0\n\nCloses gh-1398',
timestamp: '2026-04-01T07:05:18+08:00',
tree_id: 'fb2868f0897650e9063f3e465bfe0296875807cd',
url: 'https://github.com/graceframework/grace-framework/commit/616753958890807dd7574778beaf070edf7a0ef8'
},
{
author: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
committer: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
distinct: false,
id: '8d338ec53df0a2e9f086766501b7c7180235a50a',
message: 'Upgrade to Grace Profile: Plugin 2024.0.0\n\nCloses gh-1399',
timestamp: '2026-04-01T07:05:52+08:00',
tree_id: 'c06a97de6a44a80d0314b3429250c4e69c9cfda6',
url: 'https://github.com/graceframework/grace-framework/commit/8d338ec53df0a2e9f086766501b7c7180235a50a'
},
{
author: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
committer: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
distinct: false,
id: '69022f172eb813d82b64c65d18838194e537335d',
message: 'Upgrade to Grace Profile: Profile 2024.0.0\n\nCloses gh-1400',
timestamp: '2026-04-01T07:06:18+08:00',
tree_id: '3b6f531a8b88fad3edbaa87e7cd1f58bcd444c49',
url: 'https://github.com/graceframework/grace-framework/commit/69022f172eb813d82b64c65d18838194e537335d'
},
{
author: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
committer: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
distinct: false,
id: '34979e1eb45d73e3089d9a8fd3b772efa9b986b6',
message: 'Upgrade to Grace Profile: Rest API 2024.0.0\n\nCloses gh-1401',
timestamp: '2026-04-01T07:06:46+08:00',
tree_id: 'ff88d38e1cb8d7dee3a6a1c56c6b594eeaec2897',
url: 'https://github.com/graceframework/grace-framework/commit/34979e1eb45d73e3089d9a8fd3b772efa9b986b6'
},
{
author: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
committer: {
email: 'rain@rainboyan.com',
name: 'Michael Yan',
username: 'rainboyan'
},
distinct: false,
id: '407b6ea7a7e102e5c30352b961a62e1a43c8912a',
message: 'Upg
|
|
release_notes
Request failed due to following response errors:
- API rate limit already exceeded for site ID installation.
{
name: 'GraphqlResponseError',
id: '23824083113',
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: '39f7c70346537492b4b1d64a3a72475ed870c8b0 8174'
}
},
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: 'Tue, 31 Mar 2026 23:32:19 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': '0401:215BA3:2C
|
|
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. 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/
|
|
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/
|