Skip to content

Commit

Permalink
Merge branch 'init' of https://github.com/equinor/colt into init
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-ap committed Mar 14, 2024
2 parents 6c21718 + 6d2215e commit fc8feb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
repo = github.get_repo(repo_url)
branch_name = f"colt/{now}"

default_branch = repo.get_branch("init") #repo.default_branch)
default_branch = repo.get_branch(repo.default_branch)


author = InputGitAuthor(
Expand Down Expand Up @@ -86,7 +86,7 @@

try:
pr_title = f"COLT ./- Generated code library - {datetime.now().strftime('%Y-%m-%d %H:%M')}"
pr_body = "Plz check files."
pr_body = "C# classes with namespaces generated from ontologies."
pr = repo.create_pull(
title = pr_title,
body = pr_body,
Expand Down

0 comments on commit fc8feb0

Please sign in to comment.