andresz1 / size-limit-action

Compare the real cost to run your JS app or lib to keep good performance in every pull request
ISC License
449 stars 83 forks source link

Error creating comment #104

Closed xiaohai-huang closed 1 year ago

xiaohai-huang commented 1 year ago

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

xiaohai-huang commented 1 year ago

issue resolved after granting write permissions to the actions.

permissions:
  pull-requests: write