Skip to content

fix: update milestone pr script#19664

Merged
jtuglu1 merged 1 commit into
apache:masterfrom
317brian:update-milestone-script
Jul 8, 2026
Merged

fix: update milestone pr script#19664
jtuglu1 merged 1 commit into
apache:masterfrom
317brian:update-milestone-script

Conversation

@317brian

@317brian 317brian commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes the following warning in the get-milestone-prs.py script:

./distribution/bin/get-milestone-prs.py:45: SyntaxWarning: invalid escape sequence '\w'
  match_result = re.match("(\w+) .*", previous_branch_first_commit)

Python 3.12 upgraded it to a SyntaxWarning from a DeprecationWarning and it'll eventually be a failure

Release note

n/a



This PR has:

  • been self-reviewed.

@jtuglu1 jtuglu1 merged commit b6a5fab into apache:master Jul 8, 2026
12 of 14 checks passed
@github-actions github-actions Bot added this to the 38.0.0 milestone Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants