Skip to content

Commit 428d9d2

Browse files
authored
Update require-label.yml
1 parent 8f65502 commit 428d9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/require-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
1515
script: |
16-
const requiredLabels = ['housekeeping', 'feature', 'bugfix', 'dependencies', 'feature-cli', 'feature-plugin', 'bugfix-cli', 'bugfix-plugin'];
16+
const requiredLabels = ['housekeeping', 'feature', 'bugfix', 'dependencies', 'feature-cli', 'feature-plugin', 'bugfix-cli', 'bugfix-plugin', 'changelog'];
1717
const labels = context.payload.pull_request.labels.map(label => label.name);
1818
const hasRequiredLabel = labels.some(label => requiredLabels.includes(label));
1919
if (!hasRequiredLabel) {

0 commit comments

Comments
 (0)