File tree Expand file tree Collapse file tree 12 files changed +89
-57
lines changed Expand file tree Collapse file tree 12 files changed +89
-57
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : Create a report to help us improve
3
+
4
+ title : ' [Bug]: '
5
+ labels :
6
+ - bug
7
+ assignees :
8
+ - nekofar
9
+
10
+ body :
11
+ - type : textarea
12
+ attributes :
13
+ label : Describe the bug
14
+ description : A clear and concise description of what the bug is.
15
+ placeholder : Describe the bug here.
16
+
17
+ - type : textarea
18
+ attributes :
19
+ label : Steps to reproduce the behavior
20
+ description : List the steps to reproduce the behavior, including any necessary environment details.
21
+ placeholder : List the steps to reproduce here.
22
+
23
+ - type : textarea
24
+ attributes :
25
+ label : Expected behavior
26
+ description : A clear and concise description of what you expected to happen.
27
+ placeholder : Describe the expected behavior here.
28
+
29
+ - type : textarea
30
+ attributes :
31
+ label : Screenshots
32
+ description : If applicable, add screenshots to help explain the problem.
33
+ placeholder : Add any relevant screenshots here.
34
+
35
+ - type : textarea
36
+ attributes :
37
+ label : Additional context
38
+ description : Add any other context about the problem here.
39
+ placeholder : Add any additional context here.
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Feature request
2
+ description : Suggest an idea for this project
3
+
4
+ title : ' [Feature]: '
5
+ labels :
6
+ - enhancement
7
+ assignees :
8
+ - nekofar
9
+
10
+ body :
11
+ - type : textarea
12
+ attributes :
13
+ label : Is your feature request related to a problem? Please describe.
14
+ description : A clear and concise description of what the problem is. Ex. I'm always frustrated when ...
15
+ placeholder : Describe the problem here.
16
+
17
+ - type : textarea
18
+ attributes :
19
+ label : Describe the solution you'd like
20
+ description : A clear and concise description of what you want to happen.
21
+ placeholder : Describe the solution you'd like here.
22
+
23
+ - type : textarea
24
+ attributes :
25
+ label : Describe alternatives you've considered
26
+ description : A clear and concise description of any alternative solutions or features you've considered.
27
+ placeholder : Describe alternatives here.
28
+
29
+ - type : textarea
30
+ attributes :
31
+ label : Additional context
32
+ description : Add any other context or screenshots about the feature request here.
33
+ placeholder : Add any additional context or screenshots here.
Original file line number Diff line number Diff line change 34
34
35
35
# Check out current repository
36
36
- name : Fetch Sources
37
- uses : actions/checkout@v3.5.0
37
+ uses : actions/checkout@v3.5.2
38
38
39
39
# Validate wrapper
40
40
- name : Gradle Wrapper Validation
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
# Check out current repository
128
128
- name : Fetch Sources
129
- uses : actions/checkout@v3.5.0
129
+ uses : actions/checkout@v3.5.2
130
130
131
131
# Remove old release drafts by using the curl request for the available releases with draft flag
132
132
- name : Remove Old Release Drafts
Original file line number Diff line number Diff line change 16
16
17
17
# Check out current repository
18
18
- name : Fetch Sources
19
- uses : actions/checkout@v3.5.0
19
+ uses : actions/checkout@v3.5.2
20
20
with :
21
21
fetch-depth : 0
22
22
47
47
48
48
# Create pull request
49
49
- name : Create Pull Request
50
- uses : peter-evans/create-pull-request@v4.2.4
50
+ uses : peter-evans/create-pull-request@v5.0.0
51
51
with :
52
52
delete-branch : true
53
53
branch-suffix : short-commit-hash
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ jobs:
20
20
21
21
# Check out current repository
22
22
- name : Fetch Sources
23
- uses : actions/checkout@v3.5.0
23
+ uses : actions/checkout@v3.5.2
24
24
25
25
# Run Qodana inspections
26
26
- name : Qodana - Code Inspection
27
- uses : JetBrains/qodana-action@v2022.3.4
27
+ uses : JetBrains/qodana-action@v2023.1.0
28
28
29
29
# Uploading a SARIF-formatted Qodana report to GitHub
30
30
- name : Uploading Qodana report to GitHub
31
31
if : ${{ false }}
32
- uses : github/codeql-action/upload-sarif@v2.2.9
32
+ uses : github/codeql-action/upload-sarif@v2.3.0
33
33
with :
34
34
sarif_file : ${{ runner.temp }}/qodana/results/qodana.sarif.json
35
35
Original file line number Diff line number Diff line change 14
14
15
15
# Check out current repository
16
16
- name : Fetch Sources
17
- uses : actions/checkout@v3.5.0
17
+ uses : actions/checkout@v3.5.2
18
18
with :
19
19
ref : ${{ github.event.release.tag_name }}
20
20
Original file line number Diff line number Diff line change 29
29
30
30
# Check out current repository
31
31
- name : Fetch Sources
32
- uses : actions/checkout@v3.5.0
32
+ uses : actions/checkout@v3.5.2
33
33
34
34
# Setup Java 11 environment for the next steps
35
35
- name : Setup Java
You can’t perform that action at this time.
0 commit comments