Sha256: 0dec753c7c817ecc3abfdf8802c9fa755f42d1d89f6aef9e3faa29c4a3207800
Contents?: true
Size: 532 Bytes
Versions: 3
Compression:
Stored size: 532 Bytes
Contents
# Athenian::LogicalPRRules ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **title** | **String** | Regular expression to match the PR title. It must be a match starting from the start of the string. | [optional] | | **labels_include** | **Array<String>** | Any matching label puts the PR into the logical repository. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::LogicalPRRules.new( title: .*[Cc]omponent [Aa]lpha, labels_include: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/LogicalPRRules.md |
athenian-2.1.85 | docs/LogicalPRRules.md |
athenian-2.1.81 | docs/LogicalPRRules.md |