File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments