blob: d654717a2f13e1633617499a5a57862c04c43df7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
name: Administration only
description: For administrators only
labels: ['priority-3-medium', 'needs-discussion']
body:
- type: markdown
attributes:
value: '# This form is for Renovate administrators only.'
- type: markdown
attributes:
value: |
**Stop!** This form is for the Renovate administrators only.
If you're a user of Renovate, please create a GitHub Discussion.
Please go back a step and select _Start a discussion_ instead of Issue.
- type: textarea
id: describe-proposed-changes
attributes:
label: Describe the proposed change(s).
description: 'Do not report any security concerns here. Email renovate-disclosure@mend.io instead.'
validations:
required: true
- type: markdown
attributes:
value: '# Reminder for administrators:'
- type: markdown
attributes:
value: 'Before submitting the issue: add the correct **type:** label and remove the **needs-discussion** label.'
|