exceptionfactory commented on code in PR #11103:
URL: https://github.com/apache/nifi/pull/11103#discussion_r3033629994


##########
.github/workflows/build.yml:
##########
@@ -56,10 +56,79 @@ permissions:
   pull-requests: read
 
 jobs:
+  validate-pull-request:

Review Comment:
   Thanks @pvillard31, at first that sounded useful, but on closer review, 
there are permission limitations that apply to pull requests from repository 
forks, restricting the ability to modify the pull request itself by adding 
comments or labels.
   
   Other options around this include using a dedicated GitHub Action, but that 
starts to get more involved.
   
   It does take a little digging to find out what failed, so I'm open to other 
options, while also attempting to keep this within the limited scope of the 
workflow.



-- 
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