Sha256: 2782f5fbf40fd1baa51dba9d5da83596eb635306fd1456ffa24c6303ac94a798
Contents?: true
Size: 881 Bytes
Versions: 2
Compression:
Stored size: 881 Bytes
Contents
# Parameters for a GitHub search query base_branch: master # Set hostname to read repos at GitHub Enterprise # enterprise: <hostname> # The list of repositories to scan for pull requests # For repos at GitHub Enterprise, add a prefix 'enterprise:'. Example: enterprise:magento/devdocs. repos: - magento/devdocs # Labels also will be used as a 'type' value in the output file labels: required: - New Topic - Major Update optional: - Technical # Format of output file output_format: - yaml # - markdown # The phrase that is used as a separator in the pull request description. # All the lines that follows this phrase are captured as 'description' for this PR's entry in the resulted data file. magic_word: whatsnew # An organization to check a contributor for membership. # Values: 'true', 'false', empty if not configured. # membership: magento-commerce
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whatsup_github-1.0.1 | lib/template/.whatsup.yml |
whatsup_github-1.0.0 | lib/template/.whatsup.yml |