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
[workflows] Add a job for requesting a release note on release branch PRs (llvm#91826)
We have been collecting release notes from the PRs for most of the
18.1.x releases and this just helps automate the process.
(cherry picked from commit c99d115)
print("Warning could not determine user who requested backport.")
687
+
submitter=m.group(1)
688
+
689
+
mention=""
690
+
ifsubmitter:
691
+
mention=f"@{submitter}"
692
+
693
+
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