Skip to content

Commit 066e733

Browse files
committed
Dont send a log message if already up to date
1 parent 2fc90b8 commit 066e733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ async def autoupdate_loop(self):
332332
short_sha = commit_data['sha'][:6]
333333
em.add_field(name='Merge Commit', value=f"[`{short_sha}`]({html_url}) {message} - {user['username']}")
334334
else:
335-
em.description = 'Already up to date with master repository.'
335+
continue
336336

337337
em.add_field(name='Latest Commit', value=await self.get_latest_updates(limit=1), inline=False)
338338

0 commit comments

Comments
 (0)