Skip to content

Commit 63bdf58

Browse files
committed
exlude renovate PRs
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
1 parent c6b0999 commit 63bdf58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/generate-codeowners-activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const SIX_MONTHS_DAYS = 180;
2525
const REPORT_LOW_ACTIVITY_6MO = false;
2626

2727
/** PRs created by these logins are excluded from the report. */
28-
const EXCLUDED_PR_AUTHORS = new Set(['otelbot']);
28+
const EXCLUDED_PR_AUTHORS = new Set(['otelbot', 'renovate']);
2929

3030
// Component labels to include in the report (matches component_labels.txt). Empty = all components.
3131
const FOCUS_COMPONENT_LABELS = new Set([

0 commit comments

Comments
 (0)