You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("Warning could not determine user who requested backport.")
649
+
submitter=m.group(1)
650
+
651
+
mention=""
652
+
ifsubmitter:
653
+
mention=f"@{submitter}"
654
+
655
+
comment=f"{mention} (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. "
0 commit comments