Skip to content

Commit

Permalink
タスクタイプの見本にショートハンドの設定例を追加
Browse files Browse the repository at this point in the history
type量を減らせるようにします
  • Loading branch information
nissyi-gh committed Jul 16, 2023
1 parent 659bf1c commit cef6d66
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config.sample.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
user_name: nissyi
task_types:
- Ruby
- TypeScript
- Other
- short: r
long: Ruby
- short: t
long: TypeScript
- short: o
long: Other
- NotHasShortHand
destinations:
- name: Slack
url: notification_url
Expand Down

0 comments on commit cef6d66

Please sign in to comment.