Skip to content

Update .gitignore

Update .gitignore #27

Triggered via pull request September 11, 2023 06:17
Status Success
Total duration 36s
Artifacts

review.yml

on: pull_request
approval
3s
approval
execute-on-approval
13s
execute-on-approval
Fit to window
Zoom out
Zoom in

Annotations

1 warning
execute-on-approval
Failed to comment: HttpError: Validation Failed: {"resource":"PullRequestReviewComment","code":"custom","field":"pull_request_review_thread.line","message":"pull_request_review_thread.line required and an integer greater than zero"}, {"resource":"PullRequestReviewComment","code":"missing_field","field":"pull_request_review_thread.diff_hunk"}, skipping. backtrace: HttpError: Validation Failed: {"resource":"PullRequestReviewComment","code":"custom","field":"pull_request_review_thread.line","message":"pull_request_review_thread.line required and an integer greater than zero"}, {"resource":"PullRequestReviewComment","code":"missing_field","field":"pull_request_review_thread.diff_hunk"} at file:///home/runner/work/_actions/unsafecoerce/chatgpt-action/main/dist/index.js:6125:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Commenter.review_comment (file:///home/runner/work/_actions/unsafecoerce/chatgpt-action/main/dist/index.js:27121:9) at async codeReview (file:///home/runner/work/_actions/unsafecoerce/chatgpt-action/main/dist/index.js:29029:13) at async run (file:///home/runner/work/_actions/unsafecoerce/chatgpt-action/main/dist/index.js:27282:13) at async file:///home/runner/work/_actions/unsafecoerce/chatgpt-action/main/dist/index.js:27306:1 filename: edgio/cache.js line: -1 patch: @@ -1,23 +0,0 @@ -const ONE_MINUTE = 60 - -const ONE_HOUR = 60 * 60 - -const ONE_DAY = 60 * 60 * 24 - -const ONE_YEAR = ONE_DAY * 365 - -export const assetCache = { - edge: { - maxAgeSeconds: ONE_YEAR, - }, - browser: false, -} - -export const nextCache = { - edge: { - maxAgeSeconds: ONE_HOUR, - staleWhileRevalidateSeconds: ONE_YEAR, - forcePrivateCaching: true, - }, - browser: false, -}