Skip to content

Commit

Permalink
fixup! feat: ping teams based on which files were changed
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
mmarchini and targos committed Aug 2, 2020
1 parent ae63dfa commit 37dd9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node-repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ async function resolveOwnersThenPingPr (options) {

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

options.logger.debug('parsing codeowners file')
options.logger.debug('Parsing codeowners file')
const owners = Owners.fromFile(file)
const selectedOwners = owners.getOwnersForPaths(filepathsChanged)

Expand Down

0 comments on commit 37dd9b2

Please sign in to comment.