Sha256: 18ddb584407ec5170ee4687cf10b279d1ce99a4cc3dbd3a99742ca7149ef9eb8

Contents?: true

Size: 638 Bytes

Versions: 5

Compression:

Stored size: 638 Bytes

Contents

---
# default base branch
base_branch: main

# Label to use for releasing a pull request, if this is set a label will be
# added to the PR rather than merging to the base branch
release_label:

# list of branches eligable for integration
aggregate_branches:
  - staging
  - prototype

# list of branches that should not be deleted when cleaning up
reserved_branches:
  - HEAD
  - main
  - next_release
  - staging
  - prototype

# list of supported branches for generating buildtags
taggable_branches:
  - main
  - staging

# list of commands to execute after releasing feature branch
after_release:
  - git integrate --skip-pull-request

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gitx-4.5.0 lib/gitx/defaults.yml
gitx-4.4.0 lib/gitx/defaults.yml
gitx-4.3.0 lib/gitx/defaults.yml
gitx-4.1.1 lib/gitx/defaults.yml
gitx-4.1.0 lib/gitx/defaults.yml