diff --git a/projects/github-actions/repo-gardening/src/tasks/add-labels/index.js b/projects/github-actions/repo-gardening/src/tasks/add-labels/index.js index 8ced9d2ec9b1..229002465b41 100644 --- a/projects/github-actions/repo-gardening/src/tasks/add-labels/index.js +++ b/projects/github-actions/repo-gardening/src/tasks/add-labels/index.js @@ -319,7 +319,7 @@ async function getFileDerivedLabels( octokit, owner, repo, number, isDraft, isRe return [ ...keywords ]; } - +/* test PR */ /** * Adds appropriate labels to the specified PR. *