We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
approvalPoolMembers
I have the following:
const commitApprovers = ['elza', 'esen']; const { approvalRuleTemplateName } = new ApprovalRuleTemplate(this, `${id}ApprovalRuleTemplate`, { approvalRuleTemplateName: `master-branch-required-approvers-for-${id}`, template: { approvers: { approvalPoolMembers: commitApprovers.map(userName => { return User.fromUserName(this, userName, userName).userArn; }), }, branches: ['master'] } });
Only esen is able to see the "Mergebutton for PRs, butelza` cannot.
esen
button for PRs, but
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the following:
Only
esen
is able to see the "Mergebutton for PRs, but
elza` cannot.The text was updated successfully, but these errors were encountered: