use pr instead of tag for changelog/prs [skip ci] (#6819)

This commit is contained in:
Henry Zhu 2017-11-13 16:08:08 -05:00 committed by GitHub
parent e44cef3473
commit 84fe8e4181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
"changelog": { "changelog": {
"repo": "babel/babel", "repo": "babel/babel",
"labels": { "labels": {
"Tag: Spec Compliancy": ":eyeglasses: Spec Compliancy", "PR: Spec Compliancy": ":eyeglasses: Spec Compliancy",
"Tag: Breaking Change": ":boom: Breaking Change", "PR: Breaking Change": ":boom: Breaking Change",
"Tag: New Feature": ":rocket: New Feature", "PR: New Feature": ":rocket: New Feature",
"Tag: Bug Fix": ":bug: Bug Fix", "PR: Bug Fix": ":bug: Bug Fix",
"Tag: Polish": ":nail_care: Polish", "PR: Polish": ":nail_care: Polish",
"Tag: Docs": ":memo: Documentation", "PR: Docs": ":memo: Documentation",
"Tag: Internal": ":house: Internal" "PR: Internal": ":house: Internal"
} }
}, },
"cacheDir": ".changelog", "cacheDir": ".changelog",