Skip to content

Commit

Permalink
Update issueBodyCleanup.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jose C Quintas Jr <juniorquintas@gmail.com>
Signed-off-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com>
  • Loading branch information
michelengelen and JCQuintas authored Aug 7, 2024
1 parent 76d69b6 commit af208e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/githubActions/issueBodyCleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ module.exports = async ({ core, context, github }) => {
const lines = issue.data.body.split('\n');

// this is here to remove this section from the issue body
// eslint-disable-next-line @typescript-eslint/no-unused-vars,@typescript-eslint/naming-convention
const _ = extractInputSection(lines, 'Latest version');
extractInputSection(lines, 'Latest version');

const searchKeywords = extractInputSection(lines, 'Search keywords');
const products = extractInputSection(lines, 'Affected products');
Expand Down

0 comments on commit af208e0

Please sign in to comment.