Commit 57a339f 1 parent 2ef6ad8 commit 57a339f Copy full SHA for 57a339f
File tree 1 file changed +13
-17
lines changed
tools-public/toolpad/pages/issuesWithoutLabels
1 file changed +13
-17
lines changed Original file line number Diff line number Diff line change 3
3
apiVersion : v1
4
4
kind : page
5
5
spec :
6
- title : Open issues without labels
7
- display : shell
6
+ displayName : Issues without labels
7
+ alias :
8
+ - 3eVYIR_
9
+ title : Issues without labels
8
10
content :
9
11
- component : Text
10
12
name : text
@@ -59,12 +61,10 @@ spec:
59
61
- name : sort
60
62
value : updated
61
63
headers :
62
- [
63
- {
64
- name : Authorization,
65
- value : { $$jsExpression: "`Bearer ${parameters.GITHUB_TOKEN}`\n" },
66
- },
67
- ]
64
+ - name : Authorization
65
+ value :
66
+ $$jsExpression : |
67
+ `Bearer ${parameters.GITHUB_TOKEN}`
68
68
method : GET
69
69
transform : |-
70
70
return {
@@ -87,12 +87,10 @@ spec:
87
87
- name : sort
88
88
value : updated
89
89
headers :
90
- [
91
- {
92
- name : Authorization,
93
- value : { $$jsExpression: "`Bearer ${parameters.GITHUB_TOKEN}`\n" },
94
- },
95
- ]
90
+ - name : Authorization
91
+ value :
92
+ $$jsExpression : |
93
+ `Bearer ${parameters.GITHUB_TOKEN}`
96
94
method : GET
97
95
transform : |-
98
96
return {
@@ -103,6 +101,4 @@ spec:
103
101
- name : GITHUB_TOKEN
104
102
value :
105
103
$$env : GITHUB_TOKEN
106
- alias :
107
- - 3eVYIR_
108
- displayName : Open issues without labels
104
+ display : shell
You can’t perform that action at this time.
0 commit comments