File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
app/commands/progress/sync Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -105,17 +105,17 @@ def on(ctx: click.Context) -> None:
105105 commit ("Sync progress with local machine" , verbose )
106106 push ("origin" , "main" , verbose )
107107
108- prs = get_prs (PROGRESS_REPOSITORY_NAME , "main" , username , verbose )
109- if len (prs ) == 0 :
110- warn ("No pull request created for progress. Creating one now" )
111- pull_request (
112- "git-mastery/progress" ,
113- "main" ,
114- f"{ username } :main" ,
115- f"[{ username } ] Progress" ,
116- "Automated" ,
117- verbose ,
118- )
108+ prs = get_prs (PROGRESS_REPOSITORY_NAME , "main" , username , verbose )
109+ if len (prs ) == 0 :
110+ warn ("No pull request created for progress. Creating one now" )
111+ pull_request (
112+ "git-mastery/progress" ,
113+ "main" ,
114+ f"{ username } :main" ,
115+ f"[{ username } ] Progress" ,
116+ "Automated" ,
117+ verbose ,
118+ )
119119
120120 success ("You have setup the progress tracker for Git-Mastery!" )
121121
You can’t perform that action at this time.
0 commit comments