Skip to content

Merge pull request #534 from liquibase/DAT-15397 #207

Merge pull request #534 from liquibase/DAT-15397

Merge pull request #534 from liquibase/DAT-15397 #207

Triggered via push May 7, 2024 15:18
Status Success
Total duration 1m 15s
Artifacts
create-release  /  ...  /  Sonar Scan
1m 5s
create-release / sonar / Sonar Scan
create-release  /  Create Release
24s
create-release / Create Release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
create-release / Create Release
Request failed due to following response errors: - Something went wrong while executing your query. Please include `1848:67ECE:6117014:9E1A7DF:663A466E` when reporting this issue. { name: 'GraphqlResponseError', id: '8987965319', 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' + ' ) {\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: 5) {\n' + ' nodes {\n' + ' title\n' + ' number\n' + ' url @include(if: $withPullRequestURL)\n' + ' body @include(if: $withPullRequestBody)\n' + ' author {\n' + ' login\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: 'liquibase-mongodb', owner: 'liquibase', targetCommitish: 'refs/heads/main', withPullRequestBody: false, withPullRequestURL: false, withBaseRefName: false, withHeadRefName: false, since: '2023-10-05T14:56:23Z' } }, 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', connection: 'close', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Tue, 07 May 2024 15:19: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': '1848:67ECE:6117014:9E1A7DF:663A466E', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '5000', 'x-ratelimit-reset': '1715098739', 'x-ratelimit-resource
create-release / Create Release
GraphqlResponseError: Request failed due to following response errors: - Something went wrong while executing your query. Please include `1848:67ECE:6117014:9E1A7DF:663A466E` when reporting this issue. at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:6088:13 at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142876:14) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142674:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142380:7) at async Promise.all (index 0) { name: 'AggregateError', event: { id: '8987965319', name: 'push', payload: { after: 'eeb62be73af3f0c9af2e7abccc5dd96d41628885', base_ref: null, before: '142eada4b0b619910dfc6f8a212ae971ac3fbbb1', commits: [ { author: { email: 'mail@vitaliimak.com', name: 'Vitalii Makarchenkov', username: 'vitaliimak' }, committer: { email: 'mail@vitaliimak.com', name: 'Vitalii Makarchenkov', username: 'vitaliimak' }, distinct: false, id: 'ab0ad95ac552969f1f4c7714885158b4b5face10', message: 'Move release notes into separate file', timestamp: '2024-05-07T12:20:38+03:00', tree_id: 'c66f57fa5b182ce95f10c3fbb9287dac06e4f56a', url: 'https://github.com/liquibase/liquibase-mongodb/commit/ab0ad95ac552969f1f4c7714885158b4b5face10' }, { author: { email: 'mail@vitaliimak.com', name: 'Vitalii Makarchenkov', username: 'vitaliimak' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'eeb62be73af3f0c9af2e7abccc5dd96d41628885', message: 'Merge pull request #534 from liquibase/DAT-15397\n' + '\n' + '[DAT-15397] Move release notes into separate file', timestamp: '2024-05-07T18:18:44+03:00', tree_id: 'c66f57fa5b182ce95f10c3fbb9287dac06e4f56a', url: 'https://github.com/liquibase/liquibase-mongodb/commit/eeb62be73af3f0c9af2e7abccc5dd96d41628885' } ], compare: 'https://github.com/liquibase/liquibase-mongodb/compare/142eada4b0b6...eeb62be73af3', created: false, deleted: false, enterprise: { avatar_url: 'https://avatars.githubusercontent.com/b/62264?v=4', created_at: '2023-08-01T18:11:44Z', description: 'Easily track, version, and deploy database schema changes.', html_url: 'https://github.com/enterprises/liquibase', id: 62264, name: 'Liquibase', node_id: 'E_kgDN8zg', slug: 'liquibase', updated_at: '2024-05-01T17:19:11Z', website_url: 'www.liquibase.com' }, forced: false, head_commit: { author: { email: 'mail@vitaliimak.com', name: 'Vitalii Makarchenkov', username: 'vitaliimak' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'eeb62be73af3f0c9af2e7abccc5dd96d41628885', message: 'Merge pull request #534 from liquibase/DAT-15397\n' + '\n' + '[DAT-15397] Move release notes into separate file', timestamp: '2024-05-07T18:18:44+03:00', tree_id: 'c66f57fa5b182ce95f10c3fbb9287dac06e4f56a', url: 'https://github.com/liquibase/liquibase-mongodb/commit/eeb62be73af3f0c9af2e7abccc5dd96d41628885' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/438548?v=4', description: 'Easily track, version, and deploy database schema changes.', events_url: 'https://api.github.com/orgs/liquibase/events', hoo
create-release / Create Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create-release / sonar / Sonar Scan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: whelk-io/maven-settings-xml-action@v21. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.