karelz / GitHubIssues

Tools for tracking GitHub issues
MIT License
14 stars 2 forks source link

Reports - include only alerts explicitly listed in report node #101

Closed karelz closed 7 years ago

karelz commented 7 years ago

Motivation: Allows reusing same config settings for subteams

Syntax:

<report>
    <team name="ABC" /> <!-- includes all team alerts -->
    <alert name="XYZ" />
</report>