Skip to content

Commit 7f11b11

Browse files
committed
Also ignore commits with "Rebuild the assets"
1 parent 603867b commit 7f11b11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/merge-pr.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ func getBody(pr string) (string, error) {
147147
continue
148148
}
149149

150+
if r.Commits[i].Headline == "Rebuild the assets" {
151+
continue
152+
}
153+
150154
if strings.HasPrefix(r.Commits[i].Headline, "Merge branch ") {
151155
continue
152156
}

0 commit comments

Comments
 (0)