-
Notifications
You must be signed in to change notification settings - Fork 225
Add allowed-repos support to add-labels and close-issue safe outputs #15240
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
Changes from all commits
7509db2
f766417
294df7d
3698fa4
cf641d3
cee7f9a
4cd404f
ff48bec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
additionalFieldsmap foradd_commentis created but left empty. Consider addinghide_older_commentsandallowed_reasonsfields to maintain consistency with the handler config incompiler_safe_outputs_config.go(lines 132-137), which includes these fields.While this is a pre-existing discrepancy (the old code also didn't include these fields), it would be beneficial to address it while refactoring this section. The JavaScript handler (
add_comment.cjs) expectshide_older_commentsin the config (line 278).Example: