Skip to content

Commit d3abbe6

Browse files
committed
update readme
1 parent ca3e292 commit d3abbe6

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
# cycode_recovery_utils
1+
# cycode_recovery_utils
2+
3+
This script will be responsible for various recovery utils. currently supports
4+
5+
- Release blocked pr's
6+
- github
7+
8+
## installation
9+
10+
`pip install -r requirements.txt`
11+
12+
## usage
13+
14+
`python3 main.py`
15+
16+
- choose recovery action:
17+
- Release Block Pr: provide path for the configuration file
18+
![recovery action](./docs/recovery_action.png)
19+
- Release Block Pr: choose provider
20+
- Release Block Pr: choose which status checks to release
21+
![status_checks_release](./docs/status_checks_release.png)
22+
23+
## configuration file
24+
25+
Input is as follows:
26+
27+
```[
28+
{
29+
"token": "token",
30+
"provider": "github",
31+
"repositories": [
32+
{
33+
"repository_name": "ilan-repo4",
34+
"organization_name": "firecorp",
35+
"branch": "main"
36+
}
37+
]
38+
}
39+
]

docs/recovery_action.png

20.1 KB
Loading

docs/status_checks_release.png

49 KB
Loading

0 commit comments

Comments
 (0)