andresz1/size-limit-action

Error creating comment

xiaohai-huang opened this issue · 1 comments

I got this error when making a PR to master branch. I am not using a fork, the source branch (add-chartjs) is in the same repo as the master branch.

"Error creating comment. This can happen for PR's originating from a fork without write permissions."

image

image

issue resolved after granting write permissions to the actions.

permissions:
  pull-requests: write