lidavidm commented on code in PR #1301:
URL: https://github.com/apache/arrow-adbc/pull/1301#discussion_r1394971647


##########
.github/workflows/dev_pr.yml:
##########
@@ -38,6 +38,7 @@ jobs:
           persist-credentials: false
 
       - name: Check title for Conventional Commits format
+        continue-on-error: true

Review Comment:
   It currently reports an error via a comment, though I'd like to change that 
(#1294). But you're right, it looks like the right way to do this is [`if: 
always()`](https://stackoverflow.com/questions/62045967/is-there-a-way-to-continue-on-error-while-still-getting-correct-feedback)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to