Skip to content

Commit

Permalink
Update retrieve-label-directory.js
Browse files Browse the repository at this point in the history
fix comments for singular use
  • Loading branch information
t-will-gillis authored Oct 14, 2024
1 parent 22ffe10 commit d2c8238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-actions/utils/retrieve-label-directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ var filepath = 'github-actions/utils/_data/label-directory.json';
var labelData;

/*
* Matches label reference name(s) to the label display name(s) from JSON
* @param {Array} labelKeys - List of reference names to look up display names
* Matches label reference name to the label display name from JSON
* @param {Array} labelKey - Key reference to look up display name
* @return {Array} labelName - Display name for each label
*/
function retrieveLabelName(labelKey) {
Expand Down

0 comments on commit d2c8238

Please sign in to comment.