We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fa927 commit 81e8d6bCopy full SHA for 81e8d6b
backport/backport_pr.py
@@ -32,7 +32,7 @@ async def backport_pr(event, gh, *args, **kwargs):
32
if branches:
33
easter_egg = ""
34
if random.random() < 0.1:
35
- easter_egg = random.choice(EASTER_EGG)
+ easter_egg = EASTER_EGG
36
thanks_to = ""
37
if created_by == merged_by:
38
thanks_to = f"Thanks @{created_by} for the PR 🌮🎉."
0 commit comments