Skip to content
New issue

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

Add display of the "Reviewers" field to the pull request creation event template #856

Open
San4es opened this issue Nov 27, 2024 · 0 comments

Comments

@San4es
Copy link
Contributor

San4es commented Nov 27, 2024

At the moment, the "Assignees" field displays:

template.Must(masterTemplate.New("assignee").Funcs(funcMap).Parse(`
{{- if .Assignees }}
Assignees: {{range $i, $el := .Assignees -}} {{- if $i}}, {{end}}{{template "user" $el}}{{end -}}
{{- end -}}
`))

I suggest to add the "Reviewers" field as well to notify PR reviews in the pulls_created event via their mention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant