Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam789 committed Oct 14, 2024
1 parent 22bf7af commit eb804d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pr_agent/tools/ticket_pr_compliance_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# Compile the regex pattern once, outside the function
GITHUB_TICKET_PATTERN = re.compile(r'(https://github[^/]+/[^/]+/[^/]+/issues/\d+)|(\b(\w+)/(\w+)#(\d+)\b)')


def find_jira_tickets(text):
# Regular expression patterns for JIRA tickets
patterns = [
Expand Down

0 comments on commit eb804d0

Please sign in to comment.