Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 0ce104c

Browse files
committed
Include the whatsnew config
1 parent e1cc494 commit 0ce104c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
_config.local.yml
1515
.jekyll-metadata
1616
.jekyll-cache
17-
.whatsup.yml
1817

1918
*.bat
2019
/tmp/

.whatsup.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Parameters for a GitHub search query
2+
base_branch: master
3+
4+
repos:
5+
- magento/devdocs
6+
- magento-commerce/devdocs
7+
8+
# Labels also will be used as a 'type' value in the output file
9+
labels:
10+
required:
11+
- New Topic
12+
- Major Update
13+
optional:
14+
- Technical
15+
16+
# Format of output file
17+
output_format:
18+
- yaml
19+
# - markdown
20+
21+
magic_word: whatsnew
22+
23+
membership: magento-commerce

0 commit comments

Comments
 (0)