MCPcopy Index your code
hub / github.com/1Password/for-open-source / getApprovalMessage

Method getApprovalMessage

script/approver.go:110–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110func (a *Approver) getApprovalMessage() string {
111 return strings.TrimSpace(fmt.Sprintf(`### 🎉 Your application has been approved
112
113Congratulations, @%s has approved your application! A promotion will be applied to your 1Password account shortly.
114
115To lower the risk of lockout, [assign at least one other person to help with account recovery](https://support.1password.com/team-recovery-plan/) in case access for a particular team member is ever lost. You may add additional core contributors as you see fit.
116
117Finally, we’d love to hear more about your experience using 1Password in your development workflows! Feel free to join us over on the [1Password Developers Slack](https://join.slack.com/t/1password-devs/shared_invite/zt-15k6lhima-GRb5Ga~fo7mjS9xPzDaF2A) workspace.
118
119Welcome to the program and happy coding! 🧑‍💻`, a.application.ApproverUsername))
120}
121
122func (a *Approver) createSentryEvent() {
123 var appData map[string]interface{}

Callers 1

ApproveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected