Skip to content

Commit

Permalink
[infra] adds release to type labels (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Feb 28, 2025
1 parent 5ae0875 commit 114bdb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/prs/checkTypeLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const createEnumerationFromArray = (stringArray) =>
: stringArray.map((s) => `\`${s}\``).join('');

const typeLabels = [
'release',
'bug',
'regression',
'maintenance',
Expand Down

0 comments on commit 114bdb2

Please sign in to comment.