Skip to content

Commit

Permalink
Update issue-template-parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Dec 3, 2023
1 parent da78333 commit 064e599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-actions/utils/issue-template-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function issueTemplateParser(filepath) {
}
*/
function removeWords(words, strings) {
let newStrings = [];
for (let i = 0; i < words.length; i ++) {
for (let j = 0; j < strings.length; j ++) {
if (strings[j].includes(words[i])) {
Expand Down

0 comments on commit 064e599

Please sign in to comment.