Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/hubcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@ Repo:
# Name of the CI check as reported back to GitHub
check_name: gitlab-ci

# Optional: granularity of CI statuses reported to GitHub (default: [pipeline])
# Set to [pipeline] for overall pipeline status only
# Set to [jobs] for individual job statuses only
# Set to [pipeline, jobs] to report both
check_types: [pipeline, jobs]
# Report status of pipeline, child pipelines, and individual jobs
check_types: [pipeline, child-pipelines, jobs]

# Delete branches from destination when source PR is closed
delete_closed: true

# Sync draft PRs/MRs
sync_drafts: true
# Do not sync draft PRs/MRs
sync_drafts: false

# Post message when draft sync is disabled
sync_drafts_msg: true
Expand Down
7 changes: 7 additions & 0 deletions .gitlab/custom-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
# It is included in CHILD pipelines (via trigger: include:) to provide
# templates that your jobs can extend.

###############################################################################
# CHILD PIPELINE WORKFLOW CONFIGURATION
###############################################################################

workflow:
name: "${CI_MACHINE}"

###############################################################################
# JOB CUSTOMIZATION TEMPLATES
###############################################################################
Expand Down
Loading