77template :
88 name : security-on-github
99 repo : security-template
10+ preferences :
11+ - type : dropdown
12+ name : language
13+ label : Language
14+ description : Choose your preferred language.
15+ options :
16+ - label : English
17+ value : en
18+ - label : 日本語
19+ value : ja
1020before :
1121 - type : updateBranchProtection
1222 - type : createPullRequest
@@ -31,6 +41,10 @@ before:
3141steps :
3242 - title : Enable repository settings
3343 description : Enable settings in your repository for the next activities.
44+ translations :
45+ ja :
46+ title : リポジトリの設定を有効化しよう
47+ description : 次のステップのためにリポジトリの設定を有効化しましょう。
3448 event : page_build
3549 link : ' {{ repoUrl }}/issues/2'
3650 actions :
@@ -54,6 +68,10 @@ steps:
5468
5569 - title : Find the vulnerable dependency
5670 description : Find the vulnerable dependency, and comment with the suggested update version.
71+ translations :
72+ ja :
73+ title : 脆弱性のある依存関係を見つけよう
74+ description : 脆弱性のある依存関係と、推奨バージョンのコメントを見つけましょう。
5775 event : issue_comment.created
5876 link : ' {{ repoUrl }}/issues/4'
5977 actions :
@@ -64,6 +82,10 @@ steps:
6482
6583 - title : Update the dependency version
6684 description : Edit the file in the pull request to update the dependency.
85+ translations :
86+ ja :
87+ title : 依存関係のバージョンを更新しよう
88+ description : 依存関係のバージョンを更新するためにプルリクエストを使ってファイルを編集しましょう。
6789 event : pull_request.synchronize
6890 link : ' {{ repoUrl }}/pull/1'
6991 actions :
@@ -84,6 +106,10 @@ steps:
84106
85107 - title : Merge your pull request
86108 description : Merge the pull request you've opened to update the vulnerability dependency.
109+ translations :
110+ ja :
111+ title : プルリクエストをマージしよう
112+ description : 脆弱性のある依存関係を更新するためにオープンしたプルリクエストをマージしましょう。
87113 event : pull_request.closed
88114 link : ' {{ repoUrl }}/pull/1'
89115 actions :
@@ -104,6 +130,10 @@ steps:
104130
105131 - title : Add to the `.gitignore` file
106132 description : The `.gitignore` file is ready to be edited in an open pull request. Add the `.env` file to the `.gitignore` file.
133+ translations :
134+ ja :
135+ title : プルリクエストで `.gitignore` ファイルに追記しよう
136+ description : オープンしたプルリクエストを使って `.gitignore` ファイルを更新する準備ができました。 .env` ファイルを `.gitignore` に追加しましょう。
107137 event : pull_request.synchronize
108138 link : ' {{ repoUrl }}/pull/3'
109139 actions :
@@ -123,6 +153,10 @@ steps:
123153
124154 - title : Merge the pull request
125155 description : Merge the second pull request with updates to the `.gitignore` file.
156+ translations :
157+ ja :
158+ title : プルリクエストをマージしよう
159+ description : 2つ目のプルリクエストをマージして `.gitignore` ファイルを更新しよう
126160 event : pull_request.closed
127161 link : ' {{ repoUrl }}/pull/3'
128162 actions :
0 commit comments