Merge pull request #241 from IDEMSInternational/master #99
release-drafter.yml
on: push
update_release_draft
1m 4s
Annotations
2 errors and 1 warning
update_release_draft
Request failed due to following response errors:
- Something went wrong while executing your query. Please include `8C12:1C812D:295DE68:5010B9C:664B14E1` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '9156410341',
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: 'R-Instat',
owner: 'Vitalis95',
targetCommitish: 'refs/heads/master',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
after: '7b974a2576e1e7b9b57119bb6e30ab2c4e8274a1 999'
}
},
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: 'Mon, 20 May 2024 09:16:18 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': '8C12:1C812D:295DE68:5010B9C:664B14E1',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4934',
'x-ratelimit-reset': '1716200118',
'x
|
update_release_draft
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query. Please include `8C12:1C812D:295DE68:5010B9C:664B14E1` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/v5.21.1/dist/index.js:6088:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5.21.1/dist/index.js:142864:21)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5.21.1/dist/index.js:142660:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5.21.1/dist/index.js:142388:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '9156410341',
name: 'push',
payload: {
after: '7b974a2576e1e7b9b57119bb6e30ab2c4e8274a1',
base_ref: null,
before: 'b65c9025152ed8b37025c66321276831635db90b',
commits: [
{
author: {
email: '[email protected]',
name: 'Derrick Agorhom',
username: 'derekagorhom'
},
committer: {
email: '[email protected]',
name: 'Derrick Agorhom',
username: 'derekagorhom'
},
distinct: false,
id: '3fdc2432a7a2b56d9c50c7ea01136987de944684',
message: 'Code changes',
timestamp: '2024-05-13T11:12:01+02:00',
tree_id: '4c51c781fb2a8d55f218633b202020a2460be14a',
url: 'https://github.com/Vitalis95/R-Instat/commit/3fdc2432a7a2b56d9c50c7ea01136987de944684'
},
{
author: {
email: '[email protected]',
name: 'Derrick Agorhom',
username: 'derekagorhom'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: false,
id: 'd4ba30aa3bd40f1ec006829a6cb6dda9b0450bc5',
message: "Merge branch 'master' into Created_Restore_backup_Dialogue",
timestamp: '2024-05-13T14:19:24Z',
tree_id: '9a6335354cee5e051084a9f8735decf73f94a54f',
url: 'https://github.com/Vitalis95/R-Instat/commit/d4ba30aa3bd40f1ec006829a6cb6dda9b0450bc5'
},
{
author: {
email: '[email protected]',
name: 'KWAMBAI VITALIS',
username: 'Vitalis95'
},
committer: {
email: '[email protected]',
name: 'KWAMBAI VITALIS',
username: 'Vitalis95'
},
distinct: false,
id: '9f8c9a60cc3bdfc6f0bc93ac46f136f6caa115a7',
message: 'changes',
timestamp: '2024-05-14T11:45:51+03:00',
tree_id: '783fe5c65b4523bc5e31e99a7440bb796c4e161e',
url: 'https://github.com/Vitalis95/R-Instat/commit/9f8c9a60cc3bdfc6f0bc93ac46f136f6caa115a7'
},
{
author: {
email: '[email protected]',
name: 'KWAMBAI VITALIS',
username: 'Vitalis95'
},
committer: {
email: '[email protected]',
name: 'KWAMBAI VITALIS',
username: 'Vitalis95'
},
distinct: false,
id: '7870dea25d90bf7a3f6f29f775d73b0d9b4797a0',
message: 'changes to the code',
timestamp: '2024-05-14T15:00:23+03:00',
tree_id: 'b8177e4245dff44ea2fcadcda0a22669a498051a',
url: 'https://github.com/Vitalis95/R-Instat/commit/7870dea25d90bf7a3f6f29f775d73b0d9b4797a0'
},
{
author: {
email: '[email protected]',
name: 'KWAMBAI VITALIS',
username: 'Vitalis95'
},
committer: {
email: '[email protected]',
name: 'KWAMBAI VITALIS',
username: 'Vitalis95'
},
distinct: false,
id: '9e1fbe5370
|
update_release_draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|