Skip to content

Commit

Permalink
refactoring the code 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
ibakshay committed May 2, 2021
1 parent b77407d commit cb8fa13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/setupClaCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ export async function setupClaCheck() {
await updateFile(sha, claFileContent, reactedCommitters)
}
if (reactedCommitters?.allSignedFlag || (committerMap?.notSigned === undefined || committerMap.notSigned.length === 0)) {
core.info(`All contributors have signed the CLA :writing_hand: ✅ `)
core.info(`All contributors have signed the CLA 📝 ✅ `)
return reRunLastWorkFlowIfRequired()
} else {
core.setFailed(`committers of Pull Request number ${context.issue.number} have to sign the CLA`)
core.setFailed(`committers of Pull Request number ${context.issue.number} have to sign the CLA 📝`)
}

// if (committerMap?.notSigned === undefined || committerMap.notSigned.length === 0) {
Expand Down

0 comments on commit cb8fa13

Please sign in to comment.