[llvm-dev] [cfe-dev] RFC: Switching from Bugzilla to Github Issues

Tom Stellard via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 25 16:36:40 PDT 2020


On 03/16/2020 10:18 AM, Roman Lebedev wrote:
> On Mon, Mar 16, 2020 at 8:13 PM Florian Hahn via cfe-dev
> <cfe-dev at lists.llvm.org> wrote:
>>
>> Hi,
>>
>> On Mar 16, 2020, at 14:43, Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> I've also implemented a notification system using GitHub actions that will make
>> it possible to subscribe to individual issue tags, so we would enable this on Monday
>> as well.
>>
>>
>> Does this include sending emails for new bugs to llvm-bugs like bugzilla does? I am not sure how many people use llvm-bugs, but at least for me it is how I keep up with new bug reports.
> +1
> 

I have been looking into this over the last week and was able to get something
working that will email llvm-bugs when an issue is opened, closed, or reopened.
Here is an example email, let me know if there is anything else I should add:

<headers>
FROM: llvmlistbot at llvm.org
Reply-To: llvm-bugs at lists.llvm.org
Subject: [Issue 11] Another emailer test
</headers>

<body>
https://github.com/llvm/temp-issue-tester/issues/11

Title: Another emailer test
Reporter: tstellar
State: open


Test description.
</body>

-Tom

> 
>> Cheers,
>> Florian
> Roman
> 
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> 



More information about the llvm-dev mailing list