InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.69k stars 921 forks source link

workflows: Disable build size comment in fork PRs #1520

Closed Riksu9000 closed 1 year ago

Riksu9000 commented 1 year ago

Due to a security concern, comments can only be created in the context of branches in the repo. PRs from forks can't get the comment.

https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#restrictions-on-repository-forks

https://securitylab.github.com/research/github-actions-preventing-pwn-requests/