Skip to content

Commit 06fff24

Browse files
authored
Add a warning to make it clear it's not suitable for forked PRs
This is an alternative to preactjs#140
1 parent 2ac9936 commit 06fff24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# compressed-size-action
22

3+
> [!CAUTION]
4+
> This action cannot post comments on pull requests coming from a fork (i.e. coming from outside your organization) due to GitHub's token permission model, see [#54](https://github.com/preactjs/compressed-size-action/issues/54) for more info.
5+
36
A GitHub action that reports changes in compressed file sizes on your PRs.
47

58
- Automatically uses `yarn`, `pnpm`, `bun`, or `npm ci` when lockfiles are present

0 commit comments

Comments
 (0)