Skip to content

Commit

Permalink
Change detection of first modification
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Dec 13, 2024
1 parent b6d905f commit 7646d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions process_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,8 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F
technical_comments.append(comment)

if technical_comments:
if is_draft_pr:
pull_request_updated = technical_comments[0].created_at < last_commit_date
bot_cache = extract_bot_cache(technical_comments)

# Make sure bot cache has the needed keys
Expand Down

0 comments on commit 7646d5e

Please sign in to comment.