Skip to content

Commit

Permalink
fix(action): build of last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Sep 27, 2021
1 parent fc844d8 commit e35f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8431,7 +8431,7 @@ const hasLabel = (issue, label) => {
// If latest comment is from team member
if (doesCommentedByMember) {

if (!doesCommentedByExcludedMember) {
if (doesCommentedByExcludedMember) {
core.info("Commented by member which is excluded. Exiting.")
return
}
Expand Down

0 comments on commit e35f83a

Please sign in to comment.