Skip to content

Commit

Permalink
Fix grammar on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Nov 29, 2022
1 parent bd94b0f commit 642eb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_pr/issue_check.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function verifyJIRAIssue(github, context, pullRequestNumber, jiraID) {
}

/**
* Adds a comment to add components ticket in JIRA.
* Adds a comment to add components on the JIRA ticket.
*
* @param {Object} github
* @param {Object} context
Expand Down Expand Up @@ -72,7 +72,7 @@ async function commentMissingComponents(github, context, pullRequestNumber) {
}

/**
* Adds a comment to start ticket in JIRA.
* Adds a comment to start the ticket in JIRA.
*
* @param {Object} github
* @param {Object} context
Expand Down

0 comments on commit 642eb6f

Please sign in to comment.