Migrate to oxlint #39
Annotations
18 errors and 3 warnings
|
Lint
Process completed with exit code 1.
|
|
typescript(TS2307):
tests/integration/node.test.ts#L13
Cannot find module '../../src/github/graphql/generated/types.js' or its corresponding type declarations.
|
|
typescript(TS2307):
src/fs.ts#L3
Cannot find module './github/graphql/generated/types.js' or its corresponding type declarations.
|
|
typescript(TS2307):
src/core.ts#L16
Cannot find module './github/graphql/generated/types.js' or its corresponding type declarations.
|
|
typescript(TS2307):
src/core.ts#L10
Cannot find module './github/graphql/generated/operations.js' or its corresponding type declarations.
|
|
typescript(TS2307):
src/interface.ts#L4
Cannot find module './github/graphql/generated/types.js' or its corresponding type declarations.
|
|
typescript(TS2307):
src/github/graphql/queries.ts#L18
Cannot find module './generated/operations.js' or its corresponding type declarations.
|
|
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-33806833-node-10MiB', oid: '75372b909ee374a95ec288c99802ba008c6799c5' } } }, 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: 'Mon, 18 May 2026 10:08:41 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': 'C001:142FC8:102FE7:3E0A1C:6A0AE528', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4986', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '14', '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-33806833-node-1MiB', oid: '75372b909ee374a95ec288c99802ba008c6799c5' } } }, 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: 'Mon, 18 May 2026 10:08:40 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': 'C001:142FC8:102BED:3DFABB:6A0AE528', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4988', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '12', '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-33806833-node-1KiB', oid: '75372b909ee374a95ec288c99802ba008c6799c5' } } }, 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: 'Mon, 18 May 2026 10:08:40 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': 'C001:142FC8:102831:3DEC26:6A0AE527', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4992', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '8', '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-33806833-git-subdir-repodirectory-unspecified-filter', oid: '2c008e3ee6d3ce1f62b6f37ce23f870ea5fefe2b' } } }, 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: 'Mon, 18 May 2026 10:08:43 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': 'C002:2E7D88:FB43A:3C936F:6A0AE52A', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4970', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '30', '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-33806833-git-subdir-repodirectory-unspecified-add', oid: '2c008e3ee6d3ce1f62b6f37ce23f870ea5fefe2b' } } }, 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: 'Mon, 18 May 2026 10:08:42 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': 'C002:2E7D88:FB005:3C837C:6A0AE52A', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4974', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '26', '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-33806833-git-root-repodirectory-unspecified-filter', oid: '2c008e3ee6d3ce1f62b6f37ce23f870ea5fefe2b' } } }, 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: 'Mon, 18 May 2026 10:08:42 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': 'C002:2E7D88:FABEC:3C7381:6A0AE529', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4978', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '22', '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-33806833-git-specific-base', oid: '75372b909ee374a95ec288c99802ba008c6799c5' } } }, 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: 'Mon, 18 May 2026 10:08:41 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': 'C002:2E7D88:FA7B4:3C6355:6A0AE529', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4982', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '18', '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-33806833-git-multiple-changes-with-ignored-symlink', oid: '2c008e3ee6d3ce1f62b6f37ce23f870ea5fefe2b' } } }, 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: 'Mon, 18 May 2026 10:08:40 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': 'C002:2E7D88:F9C9D:3C3923:6A0AE528', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4989', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '11', '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-33806833-git-multiple-changes-standard', oid: '2c008e3ee6d3ce1f62b6f37ce23f870ea5fefe2b' } } }, 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: 'Mon, 18 May 2026 10:08:39 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': 'C003:159938:EF652:39BDE8:6A0AE527', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4994', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '6', '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-33806833-fs-commit-file', oid: '96b71cf3924a0b2641dbd8e83e781752d1e88752' } } }, 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: 'Mon, 18 May 2026 10:08:39 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': 'C000:12DBF8:DFA6A:3659A4:6A0AE527', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4996', 'x-ratelimit-reset': '1779102519', 'x-ratelimit-resource': 'graphql', 'x-ratelimit-used': '4', '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.
|
|
typescript(no-redundant-type-constituents):
tests/integration/node.test.ts#L424
'CommitMessage' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
src/interface.ts#L37
'CommitMessage' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
src/core.ts#L30
'GetRepositoryMetadataQuery' is an 'error' type that acts as 'any' and overrides all other types in this intersection type.
|