Skip to content

Migrate to oxlint

Migrate to oxlint #45

Re-run triggered May 19, 2026 07:53
Status Failure
Total duration 49s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
tests/integration/node.test.ts > node > commitFilesFromBuffers > can commit single file of various sizes > Can commit a 10MiB: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/node.test.ts:151:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-node-10MiB', oid: 'f6af0bfabee341d6a9707d530ba1b5a899ad084b' } } }, 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', 'content-encoding': 'gzip', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:08 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': '4C31:3CF02B:5119EA1:139940DC:6A0C1720', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4440', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '560', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
tests/integration/node.test.ts > node > commitFilesFromBuffers > can commit single file of various sizes > Can commit a 1MiB: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/node.test.ts:151:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-node-1MiB', oid: 'f6af0bfabee341d6a9707d530ba1b5a899ad084b' } } }, 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', 'content-encoding': 'gzip', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:08 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': '4C31:3CF02B:51199E6:13992DD6:6A0C171F', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4443', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '557', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
tests/integration/node.test.ts > node > commitFilesFromBuffers > can commit single file of various sizes > Can commit a 1KiB: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/node.test.ts:151:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-node-1KiB', oid: 'f6af0bfabee341d6a9707d530ba1b5a899ad084b' } } }, 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', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:07 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'github.com', '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': '4C31:3CF02B:5119395:139914F7:6A0C171F', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4447', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '553', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
tests/integration/git.test.ts > git > commitChangesFromRepo > when running in repository sub-directory > filterFiles should correctly filter files: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/git.test.ts:863:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-git-subdir-repodirectory-unspecified-filter', oid: '5c0720b8b30dcdf9df805a8f958b4cd17e3a18eb' } } }, 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', 'content-encoding': 'gzip', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:12 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': '4C32:1B735C:528CF46:13E81F7C:6A0C1724', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4421', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '579', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
tests/integration/git.test.ts > git > commitChangesFromRepo > when running in repository sub-directory > should correctly filter files to sub-directory: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/git.test.ts:798:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-git-subdir-repodirectory-unspecified-add', oid: '5c0720b8b30dcdf9df805a8f958b4cd17e3a18eb' } } }, 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', 'content-encoding': 'gzip', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:12 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': '4C32:1B735C:528CB18:13E80F4D:6A0C1723', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4425', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '575', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
tests/integration/git.test.ts > git > commitChangesFromRepo > filterFiles should correctly filter files: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/git.test.ts:730:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-git-root-repodirectory-unspecified-filter', oid: '5c0720b8b30dcdf9df805a8f958b4cd17e3a18eb' } } }, 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', 'content-encoding': 'gzip', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:10 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': '4C32:1B735C:528BBB4:13E7D464:6A0C1722', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4432', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '568', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
tests/integration/git.test.ts > git > commitChangesFromRepo > should correctly be able to base changes off specific commit: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/git.test.ts:673:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-git-specific-base', oid: 'f6af0bfabee341d6a9707d530ba1b5a899ad084b' } } }, 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', 'content-encoding': 'gzip', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:09 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': '4C32:1B735C:528B63C:13E7C08C:6A0C1721', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4436', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '564', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
tests/integration/git.test.ts > git > commitChangesFromRepo > should correctly commit all changes for group: with-ignored-symlink: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/git.test.ts:365:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-git-multiple-changes-with-ignored-symlink', oid: '5c0720b8b30dcdf9df805a8f958b4cd17e3a18eb' } } }, 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', 'content-encoding': 'gzip', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:08 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': '4C32:1B735C:528A877:13E78B5F:6A0C171F', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4442', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '558', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
tests/integration/git.test.ts > git > commitChangesFromRepo > should correctly commit all changes for group: standard: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/git.test.ts:365:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-git-multiple-changes-standard', oid: '5c0720b8b30dcdf9df805a8f958b4cd17e3a18eb' } } }, 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', 'content-encoding': 'gzip', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:07 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': '4C32:1B735C:528A0F4:13E76EA1:6A0C171F', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4448', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '552', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
tests/integration/fs.test.ts > fs > commitFilesFromDirectory > should commit a file: src/github/graphql/queries.ts#L134
GraphqlResponseError: Request failed due to following response errors: - Resource not accessible by integration ❯ node_modules/.pnpm/@octokit+graphql@7.1.1/node_modules/@octokit/graphql/dist-node/index.js:112:13 ❯ createRefMutation src/github/graphql/queries.ts:134:3 ❯ commitFilesFromBase64 src/core.ts:137:29 ❯ tests/integration/fs.test.ts:30:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: { query: '\n mutation createRef($input: CreateRefInput!) {\n createRef(input: $input) {\n ref {\n id\n }\n }\n }\n', variables: { input: { repositoryId: 'R_kgDOMWLxBA', name: 'refs/heads/test-41c61ea0-fs-commit-file', oid: '97cec671894ececbde3de9357ff619d58ff2e26f' } } }, 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', 'content-encoding': 'gzip', 'content-security-policy': 'default-src \'none\'', 'content-type': 'application/json; charset=utf-8', date: 'Tue, 19 May 2026 07:54:07 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': '4C30:1ECC:34D8936:CC46FAA:6A0C171E', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4449', 'x-ratelimit-reset': '1779177678', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '551', 'x-xss-protection': '0' }, response: { data: { createRef: null }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ] }, errors: [ { type: 'FORBIDDEN', path: [ 'createRef' ], extensions: { saml_failure: false }, locations: [ { line: 3, column: 5 } ], message: 'Resource not accessible by integration' } ], data: { createRef: null } }
CI OK
Process completed with exit code 1.