flowwer-dev / pull-request-stats

Github action to print relevant stats about Pull Request reviewers
MIT License
359 stars 79 forks source link

Comments show up when PR made against non-main branches #62

Closed macohen closed 1 year ago

macohen commented 1 year ago

I have a bug in my own project here that explains the issue, but I'm hoping you can help: https://github.com/opensearch-project/search-processor/issues/66

manuelmhtr commented 1 year ago

Hi @macohen, thanks for reporting the problem. The action seems to be missing the write permission for pull-requests. So I overwrote them to let the action post the results in the pull request. I hope it helps.

I also added this problem in the Troubleshooting as this may happen to other developers.

Best!