Skip to content

Commit

Permalink
Auto label nala PRs as zero impact (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokimo authored Sep 23, 2024
1 parent 5943664 commit 3118631
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/label-zero-impact.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ const zeroImpactDirs = [
'.vscode',
'.test',
'.browserslistrc',
'libs/mep',
'.gitignore',
'.eslintrc.js',
'CODEOWNERS',
'web-test-runner.config.mjs',
'LICENSE',
'codecov.yaml',
'.gitignore',
'package.json',
'package-lock.json',
'test',
'libs/mep',
'nala'
];
const zeroImpactLabel = 'zero-impact';

Expand Down

0 comments on commit 3118631

Please sign in to comment.