diff --git a/.github/workflows/add_label.yml b/.github/workflows/add_label.yml index 09ca7df92..d13846a16 100644 --- a/.github/workflows/add_label.yml +++ b/.github/workflows/add_label.yml @@ -40,7 +40,7 @@ jobs: } // verify repo - const wasRepoModified = files.filter(file => !file.startsWith('website/') && !file.startsWith('packages/') && file.startsWith('!file.startsWith('examples/')')).length > 0 + const wasRepoModified = files.filter(file => !file.startsWith('website/') && !file.startsWith('packages/') && !file.startsWith('examples/')).length > 0 if (wasRepoModified) { labels.push('repo') }