Skip to content

Commit a01b2b0

Browse files
authored
skip auto pr (#4848)
1 parent d1e2ec2 commit a01b2b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/autopr_caller.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,5 @@ def main():
216216

217217

218218
if __name__ == "__main__":
219-
main()
219+
LOGGER.info("AutoPR is disabled. Skipping AutoPR call.")
220+
# main()

0 commit comments

Comments
 (0)