You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or (data["eventKey"] =="repo:refs_changed"anddata.get("pullRequest", {}).get("id", -1) !=-1)): # push event; -1 for push unassigned to a PR: #Check auto commands for creation/updating
158
159
apply_repo_settings(pr_url)
159
160
ifnotshould_process_pr_logic(data):
160
161
get_logger().info(f"PR ignored due to config settings", **log_context)
0 commit comments