This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
fix: update golangci (#151) #87
release-drafter.yaml
on: push
update_release_draft
10s
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 `AF43:2A3E7:630630:A953D1:66310095` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '8896602124',
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: 'mpas-product-controller',
owner: 'open-component-model',
targetCommitish: 'refs/heads/main',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
since: '2024-04-26T13:46:06Z'
}
},
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, 30 Apr 2024 14:30:50 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': 'AF43:2A3E7:630630:A953D1:66310095',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '5000',
'x-ratelimit-reset': '1714491046',
'x-ratel
|
update_release_draft
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query. Please include `AF43:2A3E7:630630:A953D1:66310095` 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: '8896602124',
name: 'push',
payload: {
after: 'e85a9e8bd72afc33f24f791f051712cb24409680',
base_ref: null,
before: 'b4ea0694414fd976433519bfe0994dcda4df2b58',
commits: [
{
author: {
email: '[email protected]',
name: 'Gergely Brautigam',
username: 'Skarlso'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'e85a9e8bd72afc33f24f791f051712cb24409680',
message: 'fix: update golangci (#151)\n' +
'\n' +
'## Description\r\n' +
'\r\n' +
'Closes https://github.com/open-component-model/ocm-project/issues/76\r\n' +
'\r\n' +
'\r\n' +
'## What type of PR is this? (check all applicable)\r\n' +
'\r\n' +
'- [ ] 🍕 Feature\r\n' +
'- [ ] 🐛 Bug Fix\r\n' +
'- [ ] 📝 Documentation Update\r\n' +
'- [ ] 🎨 Style\r\n' +
'- [ ] 🧑💻 Code Refactor\r\n' +
'- [ ] 🔥 Performance Improvements\r\n' +
'- [ ] ✅ Test\r\n' +
'- [ ] 🤖 Build\r\n' +
'- [ ] 🔁 CI\r\n' +
'- [ ] 📦 Chore (Release)\r\n' +
'- [ ] ⏩ Revert\r\n' +
'\r\n' +
'## Related Tickets & Documents\r\n' +
'\r\n' +
'<!-- \r\n' +
'Please use this format link issue numbers: Fixes #123\r\n' +
'\r\n' +
'https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword\r\n' +
'-->\r\n' +
'- Related Issue # (issue)\r\n' +
'- Closes # (issue)\r\n' +
'- Fixes # (issue)\r\n' +
'> Remove if not applicable\r\n' +
'\r\n' +
'## Screenshots\r\n' +
'\r\n' +
'<!-- Visual changes require screenshots -->\r\n' +
'\r\n' +
'\r\n' +
'## Added tests?\r\n' +
'\r\n' +
'- [ ] 👍 yes\r\n' +
"- [ ] 🙅 no, because they aren't needed\r\n" +
'- [ ] 🙋 no, because I need help\r\n' +
'- [ ] Separate ticket for tests # (issue/pr)\r\n' +
'\r\n' +
'Please describe the tests that you ran to verify your changes. Provide\r\n' +
'instructions so we can reproduce. Please also list any relevant details\r\n' +
'for your test configuration\r\n' +
'\r\n' +
'\r\n' +
'## Added to documentation?\r\n' +
'\r\n' +
'- [ ] 📜 README.md\r\n' +
'- [ ] 🙅 no documentation needed\r\n' +
'\r\n' +
'## Checklist:\r\n' +
'\r\n' +
'- [ ] My code follows the style guidelines of this project\r\n' +
'- [ ] I have performed a self-review of my code\r\n' +
'- [ ] I have commented my code, particularly in hard-to-understand areas\r\n' +
'- [ ] I have made corresponding changes to the documentation\r\n' +
'- [ ] My changes generate no new warnin
|
update_release_draft
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/.
|