Skip to content

Commit 836bd43

Browse files
committed
work on filepath matching
Signed-off-by: Jeffrey Sica <[email protected]>
1 parent dafe7da commit 836bd43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utilities/labeler/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,12 @@ func main() {
138138
}
139139

140140
// Parse changed files if provided
141+
log.Printf("Changed files: %s", *changedFiles)
141142
var files []string
142143
if *changedFiles != "" {
143144
files = strings.Split(*changedFiles, ",")
144145
}
146+
log.Printf("Parsed changed files: %v", files)
145147

146148
issue, _, err := client.Issues.Get(ctx, owner, repo, toInt(issueNum))
147149
if err != nil {

0 commit comments

Comments
 (0)