Skip to content

Commit 6367de0

Browse files
committed
brian
1 parent a82a12d commit 6367de0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/scripts/autoroll_lts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ def main():
113113
break
114114

115115
match = re.match(r'^(\w+) (.*) \(#(\d+)\)$', line)
116+
print('brian')
117+
print(match)
116118
if match:
117119
sha, title, pr_num = match.groups()
118120
if any(

0 commit comments

Comments
 (0)