lib/template/.whatsup.yml in whatsup_github-0.3.1 vs lib/template/.whatsup.yml in whatsup_github-0.4.0

- old
+ new

@@ -1,10 +1,12 @@ # Parameters for a GitHub search query base_branch: master +# The list of repositories to scan for pull requests repos: - magento/devdocs + - magento-commerce/devdocs # Labels also will be used as a 'type' value in the output file labels: required: - New Topic @@ -15,6 +17,12 @@ # Format of output file output_format: - yaml # - markdown -magic_word: whatsnew \ No newline at end of file +# The phrase that is used as a separator in the pull request descripion. +# 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', empry if not configured. +membership: magento-commerce