Skip to content

Commit e44dbba

Browse files
committed
badge py
1 parent 9e5492c commit e44dbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Testing Automation
1+
# GitHub Testing Automation [![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
22

33
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.
44

@@ -29,7 +29,7 @@ The log messages are formatted to include the timestamp, log level (INFO or ERRO
2929

3030
## Prerequisites
3131

32-
- Python 3.x [![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
32+
- Python 3.x
3333
- GitHub Account
3434
- Access Token with the necessary permissions (see section: GitHub Token Permissions)
3535
- `git` and `github` Python packages

0 commit comments

Comments
 (0)