[cfe-dev] [llvm-dev] Phabricator Maintenance

Zachary Turner via cfe-dev cfe-dev at lists.llvm.org
Fri Jun 26 11:25:23 PDT 2020


On Fri, Jun 26, 2020 at 8:14 AM Nathan Froyd via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> It is not quite a full replacement for Herald rules, but Github supports
> labeling PRs depending on what files they modify:
>
> https://github.com/actions/labeler
>
> You can see it in action in the wasmtime repo, with its labels:
>
> https://github.com/bytecodealliance/wasmtime/blob/main/.github/labeler.yml
>
> and then using the subscribe-to-label action:
>
> https://github.com/bytecodealliance/subscribe-to-label-action
>
> people can get automatically CC'd to whatever areas they like.  The only
> downside is that information lives in the repo itself, so people who want
> to be notified have to submit "fixes" to the repo.
>
> I know Herald lets you automatically add reviewers for given paths; it
> seems like that functionality ought to be supportable through Github
> actions as well.
>

>From the documentation:
>  This action will not currently work for pull requests from forks -- like
is common in open source projects -- because the token for forked pull
request workflows does not have write permissions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20200626/ff87073e/attachment.html>


More information about the cfe-dev mailing list