From 365e5db49699ec005c7aac385d253ea42fbb440d Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Thu, 23 May 2024 18:03:26 +0200 Subject: [PATCH] update action --- .github/workflows/pr-writer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-writer.yml b/.github/workflows/pr-writer.yml index fdb7af1..c6c17d4 100644 --- a/.github/workflows/pr-writer.yml +++ b/.github/workflows/pr-writer.yml @@ -31,7 +31,7 @@ jobs: # File paths or patterns to exclude from the diff analysis. Use semicolons (;) to separate multiple paths. # Example: 'poetry.lock;artifacts/*' # WARNING: Not excluding build artifacts may result in a large diff that may exceed the GPT model's token limit. - exclude-paths: "**/package-lock.json;**/.gitignore;**/.npmignore;**/.prettierignore;**/yarn.lock;**/*.png;**/*.jpg;**/*.jpeg;**/*.gif;**/*.bmp;**/*.svg;**/*.webp;**/*.tiff;broadcast/**/*.json" + exclude-paths: "**/package-lock.json;**/.gitignore;**/.npmignore;**/.prettierignore;**/yarn.lock;**/*.png;**/*.jpg;**/*.jpeg;**/*.gif;**/*.bmp;**/*.svg;**/*.webp;**/*.tiff;**/broadcast/**/*.json" # Absolute file path to a markdown or text file to append to the PR message (checklist, etc.) # Example: '.github/pull_request_append.md' pr-append-file: ""