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
Copy file name to clipboardExpand all lines: README.md
+32-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# GitHub Automator
1
+
# GitHub Testing Automation
2
2
3
-
GitHub Automator is a Python-based tool designed to automate various GitHub operations for easy GitHub Testing, such as creating and initializing repositories, committing and pushing changes, creating branches, creating and merging pull requests, generating conflicts and resolving it, comments on the pull requests, deleting repositories, testing important git commands and more. It is particularly useful for Testing Staging GitHub operations.
3
+
GitHub Testing Automation is a Python-based tool designed to automate various GitHub operations for easy GitHub Testing, such as creating and initializing repositories, committing and pushing changes, creating branches, creating and merging pull requests, generating conflicts and resolving it, comments on the pull requests, deleting repositories, testing important git commands and more. It is particularly useful for Testing Staging GitHub operations.
4
4
5
5
## Features
6
6
@@ -17,7 +17,7 @@ GitHub Automator is a Python-based tool designed to automate various GitHub oper
17
17
18
18
## Logging
19
19
20
-
GitHub Automator utilizes Python's logging module to log informational messages and error messages. The logging mechanism is configured to output log messages to two separate files:
20
+
GitHub Testing Automation utilizes Python's logging module to log informational messages and error messages. The logging mechanism is configured to output log messages to two separate files:
21
21
22
22
-`info.log`: This file contains informational messages about the operations performed by the tool, such as successful creation of repositories, successful push of commits, etc.
23
23
-`error.log`: This file contains error messages that provide information about any errors or exceptions encountered during the execution of the tool.
@@ -29,12 +29,38 @@ The log messages are formatted to include the timestamp, log level (INFO or ERRO
0 commit comments