related to https://github.com/bpmn-io/actions/pull/10, we do not want to hard-code roles, but rather make them configurable. This adds the roles input that will assign a moderator for each role and replace each instance of {{role}} in the issue with the assignee.
Breaking Changes with this PR:
The summary writer will be assigned to the new issue
The default rotation changed from CommunityWorker => Moderator => SummaryWriter to CommunityWorker => SummaryWriter => Moderator
related to https://github.com/bpmn-io/actions/pull/10, we do not want to hard-code roles, but rather make them configurable. This adds the
roles
input that will assign a moderator for each role and replace each instance of{{role}}
in the issue with the assignee.Breaking Changes with this PR:
CommunityWorker => Moderator => SummaryWriter
toCommunityWorker => SummaryWriter => Moderator