diff --git a/.github/update-release-branch.py b/.github/update-release-branch.py index 14065c118e..ca14893a64 100644 --- a/.github/update-release-branch.py +++ b/.github/update-release-branch.py @@ -45,8 +45,8 @@ def open_pr(repo, all_commits, short_main_sha, branch_name): print('Found ' + str(len(commits_without_pull_requests)) + ' commits not in a pull request') # Sort PRs and commits by age - sorted(pull_requests, key=lambda pr: pr.number) - sorted(commits_without_pull_requests, key=lambda c: c.commit.author.date) + pull_requests = sorted(pull_requests, key=lambda pr: pr.number) + commits_without_pull_requests = sorted(commits_without_pull_requests, key=lambda c: c.commit.author.date) # Start constructing the body text body = 'Merging ' + short_main_sha + ' into ' + LATEST_RELEASE_BRANCH
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: