diff --git a/internal/commands/watch/post.go b/internal/commands/watch/post.go index 63ecc3c38..e5fcbc127 100644 --- a/internal/commands/watch/post.go +++ b/internal/commands/watch/post.go @@ -152,5 +152,7 @@ func Post(prevTag, newTag string) (string, error) { post += fmt.Sprintf("https://github.com/apple-oss-distributions/Libc/compare/%s...%s\n\n", prevLibcTag, newLibcTag) } + post += " - this post was generated by `ipsw` 🤖" + return post, nil }