Skip to content

Commit

Permalink
ci: changes to the sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Dec 3, 2024
1 parent a04ce81 commit 5ca7938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/config/SpackCIBridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(self, gitlab_repo="", gitlab_host="", gitlab_project="", github_pro
self.github_repo = "https://{0}@github.com/{1}.git".format(github_token, self.github_project)
self.py_github = Github(github_token)
self.py_gh_repo = self.py_github.get_repo(self.github_project, lazy=True)
self.status_context = status_context

self.merge_msg_regex = re.compile(r"Merge\s+([^\s]+)\s+into\s+([^\s]+)")
self.unmergeable_shas = []
Expand Down

0 comments on commit 5ca7938

Please sign in to comment.