preactjs/compressed-size-action

Fails to report stats for PRs from a fork

Open

#2 创建于 2020年1月24日

在 GitHub 查看
 (12 评论) (6 反应) (0 负责人)JavaScript (106 fork)github user discovery
bugenhancementgood first issuehelp wanted

仓库指标

Star
 (649 star)
PR 合并指标
 (PR 指标待抓取)

描述

Currently certain PR's coming from forks result in the action running in the context of the fork, which means it can't post a comment or a PR review to the PR/issue.

Possible workarounds:

  1. Report the size table back using a Status Check
    • Not sure if GitHub's UI will handle this
    • Not sure if status checks have the same permissions issue
    • Not sure if status checks for the HEAD or merge commit on a PR show on the PR itself

贡献者指南