Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/jobs/unregisteredOptionsSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export async function sendUnregisteredOptionsSummary(): Promise<void> {
slackblocks.markdown(
`*${optionRegions.size} unregistered option(s)* found across regions.\n` +
`These options exist in \`sentry-options-automator\` but are not registered in \`sentry\`. ` +
`<@U0AGGRG1V0X> please create a PR in <https://github.com/getsentry/sentry-options-automator|sentry-options-automator> to remove the unregistered options listed below from the YAML files in \`options/default/\` and \`options/regions/\`.`
`<@U0AGGRG1V0X> please create a PR in <https://github.com/getsentry/sentry-options-automator|sentry-options-automator> to remove the unregistered options listed below from the YAML files in \`options/default/\` and \`options/regions/\`. ` +
`No sentry account is needed — all you need to do is create a PR in sentry-options-automator. If you can't open the PR directly, push the branch and share the compare link.`
)
),
slackblocks.divider(),
Expand Down
Loading