Skip to content

Commit

Permalink
Also ignore commits with "Rebuild the assets"
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Jan 13, 2025
1 parent 603867b commit 7f11b11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/merge-pr.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ func getBody(pr string) (string, error) {
continue
}

if r.Commits[i].Headline == "Rebuild the assets" {
continue
}

if strings.HasPrefix(r.Commits[i].Headline, "Merge branch ") {
continue
}
Expand Down

0 comments on commit 7f11b11

Please sign in to comment.