Skip to content

Commit 57a339f

Browse files
[tools] Fix page name to reflect behavior
1 parent 2ef6ad8 commit 57a339f

File tree

1 file changed

+13
-17
lines changed
  • tools-public/toolpad/pages/issuesWithoutLabels

1 file changed

+13
-17
lines changed

tools-public/toolpad/pages/openIssuesWithoutLabels/page.yml tools-public/toolpad/pages/issuesWithoutLabels/page.yml

+13-17
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
apiVersion: v1
44
kind: page
55
spec:
6-
title: Open issues without labels
7-
display: shell
6+
displayName: Issues without labels
7+
alias:
8+
- 3eVYIR_
9+
title: Issues without labels
810
content:
911
- component: Text
1012
name: text
@@ -59,12 +61,10 @@ spec:
5961
- name: sort
6062
value: updated
6163
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}`
6868
method: GET
6969
transform: |-
7070
return {
@@ -87,12 +87,10 @@ spec:
8787
- name: sort
8888
value: updated
8989
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}`
9694
method: GET
9795
transform: |-
9896
return {
@@ -103,6 +101,4 @@ spec:
103101
- name: GITHUB_TOKEN
104102
value:
105103
$$env: GITHUB_TOKEN
106-
alias:
107-
- 3eVYIR_
108-
displayName: Open issues without labels
104+
display: shell

0 commit comments

Comments
 (0)