viktorsomogyi commented on PR #15115: URL: https://github.com/apache/kafka/pull/15115#issuecomment-1883367313
@mimaison I'll ask infra. It seems like though that we may not be able to give a workaround to this problem as GH seems to prevent write permissions for resources that are coming from public forks (see [here](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)). It would be good to double check this though with infra. But probably this is why this works when I create a fork from the same repository and fails when I create a PR from a fork. Another solution to this problem I've been thinking is to refactor this to `kafka-merge-pr.py`. Although that way we won't be able to merge it via browser but I think it would be possible to use the github api when collecting reviewers. It already integrates with GitHub because of merging, so I think it may worth implementing this functionality there. -- 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]
