Bioinformatics-Research-Network / Bioinformed-Skill-App

Repository for the Bioinformed Skill Assessment App
https://skill.bioinformed.app
MIT License
4 stars 2 forks source link

Create a separate GitHub bot for the testing / development environment #24

Open millerh1 opened 2 years ago

millerh1 commented 2 years ago

Currently, we are using only the one GitHub bot (https://github.com/apps/brn-bot) for testing, development, and production ENVs. This is a problem because testing and development require using smee.io as the webhook URL. This is unsuitable for production.

We need some way to specify a production bot which only uses the production webhook URL, rather than smee.io's URL.

Might require being able to specify the app ID, app key, etc in the .prod.env file and having logic in the ghbot code to correctly switch when in production.

millerh1 commented 2 years ago

Hi @nghuixin -- do you mind if I take over this one?

nghuixin commented 2 years ago

Not at all - please go ahead!


From: Henry Miller @.> Sent: Sunday, September 4, 2022 7:18 AM To: Bioinformatics-Research-Network/Bioinformed-Skill-App @.> Cc: Hui Xin Ng @.>; Mention @.> Subject: Re: [Bioinformatics-Research-Network/Bioinformed-Skill-App] Create a separate GitHub bot for the testing / development environment (Issue #24)

Hi @nghuixinhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnghuixin&data=05%7C01%7C%7Cfaf0a42c1a734f33f03808da8e80550c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637978979073994421%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=EOwd596p818jRr7RurUIQ0rIfLR3I5%2B9L68%2FLw98Avc%3D&reserved=0 -- do you mind if I take over this one?

— Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FBioinformatics-Research-Network%2FBioinformed-Skill-App%2Fissues%2F24%23issuecomment-1236351593&data=05%7C01%7C%7Cfaf0a42c1a734f33f03808da8e80550c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637978979073994421%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=hMdI7svOvddCbZhPopi7lHMmNnNJbRDjWkNxBogPc3E%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAEAMWV66ZBEHLTBIN34QXBTV4SVTDANCNFSM5ZGTUR7A&data=05%7C01%7C%7Cfaf0a42c1a734f33f03808da8e80550c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637978979073994421%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=32MT6kpcX3oq%2FwQj%2BlkimxGlWoy%2F0EXoOPo22iBzFKE%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>

millerh1 commented 2 years ago

Thanks!