Skip to content

Commit

Permalink
🎨 bot commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Jun 10, 2024
1 parent 7449f2b commit 681a745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private CommonhausUser updateCommonhausUser(ScopedQueryContext qc, GHRepository
String content = qc.writeValue(input);
GHContentBuilder update = repo.createContent()
.path(dataPath(input.id()))
.message("[%s] %s".formatted(input.id(), event.message()))
.message("🤖 [%s] %s".formatted(input.id(), event.message()))
.content(content);

if (input.sha() != null) {
Expand Down

0 comments on commit 681a745

Please sign in to comment.