adamsaghy commented on code in PR #5437:
URL: https://github.com/apache/fineract/pull/5437#discussion_r2832212200
##########
.github/workflows/pr-one-commit-per-user-check.yml:
##########
@@ -0,0 +1,57 @@
+name: Fineract PR One Commit Per User Check
+
+
+on:
Review Comment:
Running this workflow on the target branch is incorrect. You should use the
one i shared, imho:
```
on:
pull_request:
types: [opened, synchronize, reopened]
--
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]