andresz1 / size-limit-action

Compare the real cost to run your JS app or lib to keep good performance in every pull request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error creating comment

xiaohai-huang opened this issue · 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