Skip to content

Commit 3780cf7

Browse files
authored
Merge pull request #1611 from llnl/hubcast
integrate hubcast for gitlab ci
2 parents 8328981 + 8ec3b2e commit 3780cf7

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/hubcast.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Repo:
2+
# Required: organization or user that owns the repo on the destination forge
3+
dest_org: smith
4+
5+
# Required: name of the destination repository
6+
dest_name: smith
7+
8+
# Optional: name of the CI check as reported back to GitHub (default: gitlab-ci)
9+
check_name: gitlab-ci
10+
11+
# Optional: granularity of CI statuses reported to GitHub (default: [pipeline])
12+
# Set to [pipeline] for overall pipeline status only
13+
# Set to [jobs] for individual job statuses only
14+
# Set to [pipeline, jobs] to report both
15+
check_types: [pipeline]
16+
17+
# Optional: delete branches from destination when source PR is closed (default: true)
18+
delete_closed: true
19+
20+
# Optional: sync draft PRs/MRs (default: true)
21+
sync_drafts: true
22+
23+
# Optional: post message when draft sync is disabled (default: true)
24+
sync_drafts_msg: true
25+
26+
# Optional: create GitLab MRs from GitHub PRs
27+
# allows developers to create synthetic merge commits using GitLab's merged results pipelines feature
28+
create_mr: false

0 commit comments

Comments
 (0)