Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 1dc2f99

Browse files
author
Alejandra Trejo
committed
add language preference to config file
1 parent 3fa0bbb commit 1dc2f99

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ tags:
77
template:
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
1020
before:
1121
- type: updateBranchProtection
1222
- type: createPullRequest

0 commit comments

Comments
 (0)