Shoaib Meenai via llvm-dev
2021-Dec-11 14:40 UTC
[llvm-dev] [cfe-dev] LLVM Bugzilla Migration is Complete
Thank you for all the work to make this happen! I apologize if I missed this somewhere, but what's the solution for subscribing to issues created with specific tags? I found https://github.com/marketplace/actions/issue-label-notifier through searching, but that seems to be something that needs to be set up for the repo and not something I set up on my own end. On 12/11/21, 3:03 PM, "cfe-dev on behalf of Anton Korobeynikov via cfe-dev" <cfe-dev-bounces at lists.llvm.org on behalf of cfe-dev at lists.llvm.org> wrote: Dear Fellow LLVM Developers, Users et al I'm happy to announce that the main part of the LLVM Bugzilla => GitHub migration is complete. I appreciate your patience on this matter as several unexpected issues happened during the final phase of the migration. I would like to thank everyone who was involved in different steps of this migration and additionally I would like to thank all GitHub engineers without whom this will not be possible. There are still some rough edges and known issues. However we are going to address them post-migration. Feel free to submit your issues to the shiny new LLVM bugtracker at https://github.com/llvm/llvm-project/issues Use llvm.org/PR links to seamlessly connect "old" and "new" issues. E.g. https://llvm.org/PR1000 will redirect to the migrated bugzilla id 1000 and https://llvm.org/PR52603 is a new github-only issue. All issues that are migrated from bugzilla are tagged with "bugzilla" label. All issues related to the post-migration tasks are filed under https://github.com/llvm/llvm-project/milestone/1 milestone. -- On behalf of LLVM Foundation Anton Korobeynikov, _______________________________________________ cfe-dev mailing list cfe-dev at lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
Mehdi AMINI via llvm-dev
2021-Dec-11 19:47 UTC
[llvm-dev] [flang-dev] [cfe-dev] LLVM Bugzilla Migration is Complete
On Sat, Dec 11, 2021 at 6:41 AM Shoaib Meenai via flang-dev < flang-dev at lists.llvm.org> wrote:> Thank you for all the work to make this happen! > > I apologize if I missed this somewhere, but what's the solution for > subscribing to issues created with specific tags? I found > https://github.com/marketplace/actions/issue-label-notifier through > searching, but that seems to be something that needs to be set up for the > repo and not something I set up on my own end. >Same question: my mailbox is exploding right now, how do we manage subscription/notifications?> > On 12/11/21, 3:03 PM, "cfe-dev on behalf of Anton Korobeynikov via > cfe-dev" <cfe-dev-bounces at lists.llvm.org on behalf of > cfe-dev at lists.llvm.org> wrote: > > Dear Fellow LLVM Developers, Users et al > > I'm happy to announce that the main part of the LLVM Bugzilla => > GitHub migration is complete. I appreciate your patience on this > matter as several unexpected issues happened during the final phase of > the migration. I would like to thank everyone who was involved in > different steps of this migration and additionally I would like to > thank all GitHub engineers without whom this will not be possible. > > There are still some rough edges and known issues. However we are > going to address them post-migration. Feel free to submit your issues > to the shiny new LLVM bugtracker at > https://github.com/llvm/llvm-project/issues > Use llvm.org/PR links to seamlessly connect "old" and "new" issues. > E.g. https://llvm.org/PR1000 will redirect to the migrated bugzilla > id > 1000 and https://llvm.org/PR52603 is a new github-only issue. All > issues that are migrated from bugzilla are tagged with "bugzilla" > label. All issues related to the post-migration tasks are filed under > https://github.com/llvm/llvm-project/milestone/1 milestone. > > -- > On behalf of LLVM Foundation > Anton Korobeynikov, > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev > > _______________________________________________ > flang-dev mailing list > flang-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/flang-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211211/5df6f7d0/attachment.html>
Anton Korobeynikov via llvm-dev
2021-Dec-11 20:29 UTC
[llvm-dev] [cfe-dev] LLVM Bugzilla Migration is Complete
There is no way you can subscribe to a particular label on github (yet). Such functionality does exist on gitlab, but not on github. On Sat, Dec 11, 2021 at 5:41 PM Shoaib Meenai <smeenai at fb.com> wrote:> > Thank you for all the work to make this happen! > > I apologize if I missed this somewhere, but what's the solution for subscribing to issues created with specific tags? I found https://github.com/marketplace/actions/issue-label-notifier through searching, but that seems to be something that needs to be set up for the repo and not something I set up on my own end. > > On 12/11/21, 3:03 PM, "cfe-dev on behalf of Anton Korobeynikov via cfe-dev" <cfe-dev-bounces at lists.llvm.org on behalf of cfe-dev at lists.llvm.org> wrote: > > Dear Fellow LLVM Developers, Users et al > > I'm happy to announce that the main part of the LLVM Bugzilla => > GitHub migration is complete. I appreciate your patience on this > matter as several unexpected issues happened during the final phase of > the migration. I would like to thank everyone who was involved in > different steps of this migration and additionally I would like to > thank all GitHub engineers without whom this will not be possible. > > There are still some rough edges and known issues. However we are > going to address them post-migration. Feel free to submit your issues > to the shiny new LLVM bugtracker at > https://github.com/llvm/llvm-project/issues > Use llvm.org/PR links to seamlessly connect "old" and "new" issues. > E.g. https://llvm.org/PR1000 will redirect to the migrated bugzilla id > 1000 and https://llvm.org/PR52603 is a new github-only issue. All > issues that are migrated from bugzilla are tagged with "bugzilla" > label. All issues related to the post-migration tasks are filed under > https://github.com/llvm/llvm-project/milestone/1 milestone. > > -- > On behalf of LLVM Foundation > Anton Korobeynikov, > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-- With best regards, Anton Korobeynikov Department of Statistical Modelling, Saint Petersburg State University
Tom Stellard via llvm-dev
2021-Dec-13 17:30 UTC
[llvm-dev] [cfe-dev] LLVM Bugzilla Migration is Complete
On 12/11/21 06:40, Shoaib Meenai via cfe-dev wrote:> Thank you for all the work to make this happen! > > I apologize if I missed this somewhere, but what's the solution for subscribing to issues created with specific tags? I found https://github.com/marketplace/actions/issue-label-notifier through searching, but that seems to be something that needs to be set up for the repo and not something I set up on my own end. >I proposed this here: https://reviews.llvm.org/D114412 -Tom> On 12/11/21, 3:03 PM, "cfe-dev on behalf of Anton Korobeynikov via cfe-dev" <cfe-dev-bounces at lists.llvm.org on behalf of cfe-dev at lists.llvm.org> wrote: > > Dear Fellow LLVM Developers, Users et al > > I'm happy to announce that the main part of the LLVM Bugzilla => > GitHub migration is complete. I appreciate your patience on this > matter as several unexpected issues happened during the final phase of > the migration. I would like to thank everyone who was involved in > different steps of this migration and additionally I would like to > thank all GitHub engineers without whom this will not be possible. > > There are still some rough edges and known issues. However we are > going to address them post-migration. Feel free to submit your issues > to the shiny new LLVM bugtracker at > https://github.com/llvm/llvm-project/issues > Use llvm.org/PR links to seamlessly connect "old" and "new" issues. > E.g. https://llvm.org/PR1000 will redirect to the migrated bugzilla id > 1000 and https://llvm.org/PR52603 is a new github-only issue. All > issues that are migrated from bugzilla are tagged with "bugzilla" > label. All issues related to the post-migration tasks are filed under > https://github.com/llvm/llvm-project/milestone/1 milestone. > > -- > On behalf of LLVM Foundation > Anton Korobeynikov, > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >