We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e2ec2 commit a01b2b0Copy full SHA for a01b2b0
src/autopr_caller.py
@@ -216,4 +216,5 @@ def main():
216
217
218
if __name__ == "__main__":
219
- main()
+ LOGGER.info("AutoPR is disabled. Skipping AutoPR call.")
220
+ # main()
0 commit comments