Skip to content

Commit

Permalink
doc: Add some fishes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Dec 13, 2022
1 parent 6d17b10 commit a90e956
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ The following example shows how to automatically label issues based on animal ty
- '🐧 Penguin'
- '🐸 Frog'
- '🐬 Dolphin'
- '🐑 Blowfish'
- '🐟 Fish'
- '🦈 Shark'
- 'πŸ› Bug'
- 'πŸ•·οΈ Spider'
- '🐊 Crocodile'
Expand All @@ -157,7 +159,7 @@ policy:
- name: 'kind: birds'
keys: ['πŸ“ Rooster', '🐦 Bird', '🐧 Penguin']
- name: 'kind: fish'
keys: ['🐟 Fish']
keys: ['🐑 Blowfish', '🐟 Fish', '🦈 Shark']
- name: 'kind: mammals'
keys: ['🦍 Gorilla', '🐢 Dog', '🐬 Dolphin', '🐺 Wolf', '🦊 Fox', '🐴 Horse']
- name: 'kind: reptiles'
Expand Down Expand Up @@ -283,7 +285,7 @@ policy:
- name: 'birds'
keys: ['πŸ“ Rooster', '🐦 Bird', '🐧 Penguin']
- name: 'fish'
keys: ['🐟 Fish']
keys: ['🐑 Blowfish', '🐟 Fish', '🦈 Shark']
- name: 'mammals'
keys: ['🦍 Gorilla', '🐢 Dog', '🐬 Dolphin', '🐺 Wolf', '🦊 Fox', '🐴 Horse']
- name: 'reptiles'
Expand Down

0 comments on commit a90e956

Please sign in to comment.