Skip to content

Upgrade to Grace Async 7.0.0 #258

Upgrade to Grace Async 7.0.0

Upgrade to Grace Async 7.0.0 #258

Triggered via issue March 31, 2026 11:31
Status Success
Total duration 1m 14s
Artifacts

release-notes.yml

on: issues
release_notes
1m 9s
release_notes
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
release_notes
HttpError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:56365:18) { name: 'AggregateError', event: { id: '23795082372', name: 'issues', payload: { action: 'closed', issue: { active_lock_reason: null, assignee: { avatar_url: 'https://avatars.githubusercontent.com/u/96731?v=4', events_url: 'https://api.github.com/users/rainboyan/events{/privacy}', followers_url: 'https://api.github.com/users/rainboyan/followers', following_url: 'https://api.github.com/users/rainboyan/following{/other_user}', gists_url: 'https://api.github.com/users/rainboyan/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/rainboyan', id: 96731, login: 'rainboyan', node_id: 'MDQ6VXNlcjk2NzMx', organizations_url: 'https://api.github.com/users/rainboyan/orgs', received_events_url: 'https://api.github.com/users/rainboyan/received_events', repos_url: 'https://api.github.com/users/rainboyan/repos', site_admin: false, starred_url: 'https://api.github.com/users/rainboyan/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/rainboyan/subscriptions', type: 'User', url: 'https://api.github.com/users/rainboyan', user_view_type: 'public' }, assignees: [ { avatar_url: 'https://avatars.githubusercontent.com/u/96731?v=4', events_url: 'https://api.github.com/users/rainboyan/events{/privacy}', followers_url: 'https://api.github.com/users/rainboyan/followers', following_url: 'https://api.github.com/users/rainboyan/following{/other_user}', gists_url: 'https://api.github.com/users/rainboyan/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/rainboyan', id: 96731, login: 'rainboyan', node_id: 'MDQ6VXNlcjk2NzMx', organizations_url: 'https://api.github.com/users/rainboyan/orgs', received_events_url: 'https://api.github.com/users/rainboyan/received_events', repos_url: 'https://api.github.com/users/rainboyan/repos', site_admin: false, starred_url: 'https://api.github.com/users/rainboyan/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/rainboyan/subscriptions', type: 'User', url: 'https://api.github.com/users/rainboyan', user_view_type: 'public' } ], author_association: 'MEMBER', body: null, closed_at: '2026-03-31T11:31:50Z', comments: 0, comments_url: 'https://api.github.com/repos/graceframework/grace-data/issues/93/comments', created_at: '2026-03-16T16:08:42Z', events_url: 'https://api.github.com/repos/graceframework/grace-data/issues/93/events', html_url: 'https://github.com/graceframework/grace-data/issues/93', id: 4083413992, issue_dependencies_summary: { blocked_by: 0, blocking: 0, total_blocked_by: 0, total_blocking: 0 }, labels: [ { color: '0E8A16', default: false, description: '', id: 6802431345, name: 'dependency upgrade', node_id: 'LA_kwDOKznGd88AAAABlXTdcQ', url: 'https://api.github.com/repos/graceframework/grace-data/labels/dependency%20upgrade' } ], labels_url: 'https://api.github.com/repos/graceframework/grace-data/issues/93/labels{/na
release_notes
<html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> { name: 'HttpError', id: '23795082372', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { 'content-length': '150', 'content-type': 'text/html', date: 'Tue, 31 Mar 2026 11:33:05 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '5800:2DD2C9:9511D9:265E0AD:69CBB0E6' }, data: '<html>\r\n' + '<head><title>502 Bad Gateway</title></head>\r\n' + '<body>\r\n' + '<center><h1>502 Bad Gateway</h1></center>\r\n' + '<hr><center>nginx</center>\r\n' + '</body>\r\n' + '</html>\r\n' }, request: { method: 'POST', url: 'https://api.github.com/graphql', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.20.1 (linux; x64)', 'x-github-delivery': '23795082372', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"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-data","owner":"graceframework","targetCommitish":"2024.0.x","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"historyLimit":15,"since":"2025-06-06T17:03:59Z"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '23795082372', name: 'issues', payload: { action: 'closed', issue: { active_lock_reason: null, assignee: { avatar_url: 'https://avatars.githubusercontent.com/u/96731?v=4', events_url: 'https://api.github.com/users/rainboyan/events{/privacy}', followers_url: 'https://api.github.com/users/rainboyan/followers', following_url: 'https://api.github.com/users/rainboyan/following{/other_user}', gists_url: 'https://api.github.com/users/rainboyan/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/rainboyan', id: 96731,
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
Unexpected input(s) 'filter-by-commitish', valid inputs are ['config-name', 'name', 'tag', 'version', 'publish', 'latest', 'prerelease', 'prerelease-identifier', 'include-pre-releases', 'commitish', 'header', 'footer', 'disable-releaser', 'disable-autolabeler', 'initial-commits-since']
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/