Co-authored-by: Kelly Arwine <kellyarwine@github.com> Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com>
11 lines
524 B
YAML
11 lines
524 B
YAML
# Variables used in secret scanning that are not product names
|
|
|
|
partner_alerts: 'secret scanning alerts for partners' # GitHub.com feature for public repos only
|
|
partner_alerts_caps: 'Secret scanning alerts for partners'
|
|
user_alerts: >-
|
|
{% ifversion fpt or ghec %}secret scanning alerts for users{% else %}secret scanning{% endif %}
|
|
user_alerts_caps: >-
|
|
{% ifversion fpt or ghec %}Secret scanning alerts for users{% else %}Secret scanning{% endif %}
|
|
alerts: 'secret scanning alerts'
|
|
alerts_caps: 'Secret scanning alerts'
|