edk12564 commented on code in PR #5437: URL: https://github.com/apache/fineract/pull/5437#discussion_r2824421253
########## .github/workflows/pr-one-commit-per-user-check.yml: ########## @@ -0,0 +1,57 @@ +name: Fineract PR One Commit Per User Check + + +on: Review Comment: Hi adam! Thank you for the review. I took a look again, and realized I was responding to the wrong thing. I thought you were referring to the the types, not the pull_request_target. I think pull_request_target was used here because it allows us to run this check in the main repo's context, which me and Aman figured was okay considered no foreign code is actually being executed. This would allow us to run the check without needing someone to approve the test first. -- 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]
