unsplash / comment-on-pr

A GitHub Action to comment on the relevant open PR when a commit is pushed.
MIT License
150 stars 84 forks source link

Fix syntax error in entrypoint.sh. #41

Closed thetorpedodog closed 3 years ago

thetorpedodog commented 3 years ago

Resolves this error:

/entrypoint.sh:47: syntax error, unexpected local variable or method, expecting ')'
...egexp.new duplicate_msg_pattern) }
...          ^~~~~~~~~~~~~~~~~~~~~

I am not a Ruby expert so this may be wrong. If so, treat this code review as just a bug report.

jeffreyguenther commented 3 years ago

I'm comfortable with Ruby. You correct.

Who do we need to bug to get this merged? 🤔 This broke our pipeline

aaronklaassen commented 3 years ago

Yikes yeah I'll take the blame for this one.

jeffreyguenther commented 3 years ago

Thank you @aaronklaassen!!