Closed iyigunform3 closed 2 years ago
If there are multiple schedules with the same <group-name> are defined, then slack groups contains the combined list of all people for all the given schedules.
<group-name>
For instance given following environment variables:
-e SCHEDULE_TEAM_1=abcd,platform-engineer -e SCHEDULE_TEAM_2=efgh,platform-engineer
This will result in a pair of slack groups with the combined users:
@all-oncall-platform-engineers
abcd
efgh
@current-oncall-platform-engineer
If there are multiple schedules with the same
<group-name>
are defined, then slack groups contains the combined list of all people for all the given schedules.For instance given following environment variables:
This will result in a pair of slack groups with the combined users:
@all-oncall-platform-engineers
=> combined list of all users inabcd
andefgh
schedules@current-oncall-platform-engineer
=> combined list of current on call users inabcd
andefgh
schedules