UNPKG

168 BJavaScriptView Raw
1'use strict'
2
3// Make the label applied to released issues/prs uppercase to match other labels
4const releasedLabels = ['Released']
5
6module.exports = { releasedLabels }