File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : 🐞 Bug
22description : Something is not working as indended.
3- labels : [ 🐞 bug ]
3+ labels : [🐞 bug]
44body :
55 - type : markdown
66 attributes :
4343
4444 - type : markdown
4545 attributes :
46- value : Please not that openvpn-auth-oauth2 requires an OpenVPN server version 2.6.2 or higher.
46+ value :
47+ Please not that openvpn-auth-oauth2 requires an OpenVPN server version
48+ 2.6.2 or higher.
4749
4850 - type : textarea
4951 attributes :
Original file line number Diff line number Diff line change 11name : ✨ Enhancement / Feature / Task
22description : Some feature is missing or incomplete.
3- labels : [ ✨ enhancement ]
3+ labels : [✨ enhancement]
44body :
55 - type : textarea
66 attributes :
77 label : Problem Statement
8- description : Without specifying a solution, describe what the project is missing today.
8+ description :
9+ Without specifying a solution, describe what the project is missing
10+ today.
911 placeholder : |
1012 The rotating project logo has a fixed size and color.
1113 There is no way to make it larger and more shiny.
Original file line number Diff line number Diff line change 11name : ❓ Question
22description : Something is not clear.
3- labels : [ ❓ question ]
3+ labels : [❓ question]
44body :
55 - type : textarea
66 attributes :
77 label : Problem Statement
8- description : Without specifying a solution, describe what the project is missing today.
8+ description :
9+ Without specifying a solution, describe what the project is missing
10+ today.
911 placeholder : |
1012 The rotating project logo has a fixed size and color.
1113 There is no way to make it larger and more shiny.
2426
2527 - type : markdown
2628 attributes :
27- value : Please not that openvpn-auth-oauth2 requires an OpenVPN server version 2.6.2 or higher.
29+ value :
30+ Please not that openvpn-auth-oauth2 requires an OpenVPN server version
31+ 2.6.2 or higher.
2832
2933 - type : textarea
3034 attributes :
Original file line number Diff line number Diff line change @@ -15,17 +15,13 @@ jobs:
1515 steps :
1616 - name : check
1717 if : >-
18- !contains(github.event.pull_request.labels.*.name, '💥 breaking-change')
19- && !contains(github.event.pull_request.labels.*.name, '✨ enhancement')
20- && !contains(github.event.pull_request.labels.*.name, '🐞 bug')
21- && !contains(github.event.pull_request.labels.*.name, '📖 docs')
22- && !contains(github.event.pull_request.labels.*.name, 'chore')
23- && !contains(github.event.pull_request.labels.*.name, '🛠️ dependencies')
18+ !contains(github.event.pull_request.labels.*.name, '💥
19+ breaking-change') &&
20+ !contains(github.event.pull_request.labels.*.name, '✨ enhancement')
21+ && !contains(github.event.pull_request.labels.*.name, '🐞 bug') &&
22+ !contains(github.event.pull_request.labels.*.name, '📖 docs') &&
23+ !contains(github.event.pull_request.labels.*.name, 'chore') &&
24+ !contains(github.event.pull_request.labels.*.name, '🛠️ dependencies')
2425 run : >-
2526 echo One of the following labels is missing on this PR:
26- breaking-change
27- enhancement
28- bug
29- docs
30- chore
31- && exit 1
27+ breaking-change enhancement bug docs chore && exit 1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'stackit-cli tools installer'
22description : |-
33 Install a specific version of the stackit-cli binary. Acceptable values are latest
44 or any semantic version string like 0.31.0.
5-
5+
66 https://github.com/stackitcloud/stackit-cli
77inputs :
88 version :
You can’t perform that action at this time.
0 commit comments