File tree 4 files changed +14
-2
lines changed
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ export const LOCALE_EN_US: Locale = {
18
18
'required.required' : 'Required' ,
19
19
'required.optional' : 'Optional' ,
20
20
21
- 'button.goto-api-documentation' : 'Go to API documentation'
21
+ 'button.goto-api-documentation' : 'Go to API documentation' ,
22
+
23
+ repository : 'Repository'
22
24
}
Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ export const LOCALE_KO_KR: Locale = {
18
18
'required.required' : '필수' ,
19
19
'required.optional' : '선택' ,
20
20
21
- 'button.goto-api-documentation' : 'API 문서 바로가기'
21
+ 'button.goto-api-documentation' : 'API 문서 바로가기' ,
22
+
23
+ repository : '저장소'
22
24
}
Original file line number Diff line number Diff line change @@ -150,6 +150,12 @@ export class Slack {
150
150
type : 'mrkdwn' ,
151
151
text : `*${ translate ( 'endpoint.singular' ) } :*\n ${ endpoint } `
152
152
} ,
153
+ {
154
+ type : 'mrkdwn' ,
155
+ text : `*${ translate ( 'repository' ) } : *\n<https://github.com/${
156
+ this . githubConfig . repository
157
+ } |${ this . githubConfig . repository } >`
158
+ } ,
153
159
{
154
160
type : 'mrkdwn' ,
155
161
text : `*${ translate ( 'changed.parameters' ) } ${ translate (
Original file line number Diff line number Diff line change @@ -17,4 +17,6 @@ export interface Locale {
17
17
'required.optional' : string
18
18
19
19
'button.goto-api-documentation' : string
20
+
21
+ repository : string
20
22
}
You can’t perform that action at this time.
0 commit comments