File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed
Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 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+ ]
You can’t perform that action at this time.
0 commit comments