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 2, 2024
1 parent f42d06c commit a04ce81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/config/SpackCIBridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def sync(self):
parser.add_argument("gitlab_project", help="GitLab project (org/repo or user/repo)")
parser.add_argument("--disable-status-post", action="store_true", default=False,
help="Do not post pipeline status to each GitHub PR")
parser.add_argument("--status-context", action="store_true", default="External Gitlab pipeline",
parser.add_argument("--status-context", type=str, default="External Gitlab pipeline",
help="The name of the status in the github status check")
parser.add_argument("--sync-draft-prs", action="store_true", default=False,
help="Copy draft PRs from GitHub to GitLab")
Expand Down

0 comments on commit a04ce81

Please sign in to comment.