Skip to content

Merge pull request #24 from anayden/dependabot/pip/pluggy-1.3.0 #10

Merge pull request #24 from anayden/dependabot/pip/pluggy-1.3.0

Merge pull request #24 from anayden/dependabot/pip/pluggy-1.3.0 #10

Triggered via push December 12, 2023 21:25
Status Success
Total duration 49s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Release
Request failed due to following response errors: - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration { name: 'GraphqlResponseError', id: '7187462333', 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: 10) {\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: 'r2dt-client', owner: 'anayden', targetCommitish: 'refs/heads/master', withPullRequestBody: false, withPullRequestURL: false, withBaseRefName: false, withHeadRefName: false } }, 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, 12 Dec 2023 21:26:29 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': '6802:0AEE:3B
Release
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration - Resource not accessible by integration at /home/runner/work/_actions/release-drafter/release-drafter/v5.20.0/dist/index.js:5901:13 at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5.20.0/dist/index.js:141684:14) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5.20.0/dist/index.js:141499:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5.20.0/dist/index.js:141227:7) at async Promise.all (index 0) { name: 'AggregateError', event: { id: '7187462333', name: 'push', payload: { after: '1946bbe17b0e9d332e69e9fb30da0003a5a1464c', base_ref: null, before: '023c4405277db6a348abe0fdf5ac1b948632693b', commits: [ { author: { email: '49699333+dependabot[bot]@users.noreply.github.com', name: 'dependabot[bot]', username: 'dependabot[bot]' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '0fb225fe4916e2f0aec19665779d1c89bf1e11e9', message: 'Bump pluggy from 1.2.0 to 1.3.0\n' + '\n' + 'Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.2.0 to 1.3.0.\n' + '- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)\n' + '- [Commits](https://github.com/pytest-dev/pluggy/compare/1.2.0...1.3.0)\n' + '\n' + '---\n' + 'updated-dependencies:\n' + '- dependency-name: pluggy\n' + ' dependency-type: indirect\n' + ' update-type: version-update:semver-minor\n' + '...\n' + '\n' + 'Signed-off-by: dependabot[bot] <[email protected]>', timestamp: '2023-12-12T19:25:59Z', tree_id: '417f4df408000207f40baa787f9ad2ee113cc865', url: 'https://github.com/anayden/r2dt-client/commit/0fb225fe4916e2f0aec19665779d1c89bf1e11e9' }, { author: { email: '[email protected]', name: 'Alexey Naiden', username: 'anayden' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '1946bbe17b0e9d332e69e9fb30da0003a5a1464c', message: 'Merge pull request #24 from anayden/dependabot/pip/pluggy-1.3.0\n' + '\n' + 'Bump pluggy from 1.2.0 to 1.3.0', timestamp: '2023-12-13T01:25:37+04:00', tree_id: '659e07f347fea108bf5ca9ecaae6ab0ceaddd7b9', url: 'https://github.com/anayden/r2dt-client/commit/1946bbe17b0e9d332e69e9fb30da0003a5a1464c' } ], compare: 'https://github.com/anayden/r2dt-client/compare/023c4405277d...1946bbe17b0e', created: false, deleted: false, forced: false, head_commit: { author: { email: '[email protected]', name: 'Alexey Naiden', username: 'anayden' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '1946bbe17b0e9d332e69e9fb30da0003a5a1464c', message: 'Merge pull request #24 from anayden/dependabot/pip/pluggy-1.3.0\n' + '\n' + 'Bump pluggy from 1.2.0 to 1.3.0', timestamp: '2023-12-13T01:25:37+04:00', tree_id: '659e07f347fea108bf5c
Release
The following actions uses node12 which is deprecated and will be forced to run on node16: salsify/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Release
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
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
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/