[PATCH] D115708: Disable issue labeler in LLVM forks
Alexey Bader via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 02:05:51 PST 2021
bader added a comment.
In D115708#3192495 <https://reviews.llvm.org/D115708#3192495>, @tstellar wrote:
> LGTM. I'm not sure the best place to document this.
@tstellar, this is common problems for all GitHub action being added to llvm-project.
Last week new workflow is added - https://github.com/llvm/llvm-project/blob/main/.github/workflows/llvm-bugs.yml.
It looks like it sends notification about newly opened issues to mailing list. I suppose once we pull this change to our repository, this workflow will send notifications about new issues in our repository as well. Right?
@alexbatashev fixed similar issues in the past (see https://reviews.llvm.org/D112801), but I think we need a solution for the more generic problem - most of GitHub Action workflows (if not all of them) must be applied to llvm-project only and turned off for forked repositories.
It's better to fix such problems before workflows are landed to llvm-project.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115708/new/
https://reviews.llvm.org/D115708
More information about the llvm-commits
mailing list