Skip to content

Commit 37dd9b2

Browse files
mmarchinitargos
andauthored
fixup! feat: ping teams based on which files were changed
Co-authored-by: Michaël Zasso <targos@protonmail.com>
1 parent ae63dfa commit 37dd9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node-repo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ async function resolveOwnersThenPingPr (options) {
261261

262262
const file = await retry(() => getCodeOwnersFile(url, options))
263263

264-
options.logger.debug('parsing codeowners file')
264+
options.logger.debug('Parsing codeowners file')
265265
const owners = Owners.fromFile(file)
266266
const selectedOwners = owners.getOwnersForPaths(filepathsChanged)
267267

0 commit comments

Comments
 (0)