zulip / zulipbot

GitHub workflow-optimizing bot by @zulip
Other
84 stars 65 forks source link

add command: Add general labels when specific labels are added. #236

Open NickZumb opened 4 months ago

NickZumb commented 4 months ago

This adds the relevant general area labels whenever a specific area label is added with the "add" command.

Co-authored-by: Skyler Simpson Fixes #29739.

Implements requested feature from https://github.com/zulip/zulip/issues/29739#top This passes all zulipbot tests, but I have been unable to get a local copy of the bot working, so I have not tested its functionality.

codecov[bot] commented 4 months ago

Codecov Report

Merging #236 (2623eac) into main (dd069d3) will increase coverage by 0.30%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #236 +/- ## ========================================== + Coverage 64.25% 64.55% +0.30% ========================================== Files 23 23 Lines 1757 1772 +15 ========================================== + Hits 1129 1144 +15 Misses 628 628 ```
NickZumb commented 4 months ago

I added a unit test. Still can't get a local bot copy working