|
| 1 | +matches: |
| 2 | + - trigger: ":gitmoji" |
| 3 | + replace: "{{output}}" |
| 4 | + vars: |
| 5 | + - name: output |
| 6 | + type: choice |
| 7 | + params: |
| 8 | + values: |
| 9 | + - label: "π¨ :art: Improve structure / format of the code." |
| 10 | + id: "π¨" |
| 11 | + - label: "β‘οΈ :zap: Improve performance." |
| 12 | + id: "β‘οΈ" |
| 13 | + - label: "π₯ :fire: Remove code or files." |
| 14 | + id: "π₯" |
| 15 | + - label: "π :bug: Fix a bug." |
| 16 | + id: "π" |
| 17 | + - label: "ποΈ :ambulance: Critical hotfix." |
| 18 | + id: "ποΈ" |
| 19 | + - label: "β¨ :sparkles: Introduce new features." |
| 20 | + id: "β¨" |
| 21 | + - label: "π :memo: Add or update documentation." |
| 22 | + id: "π" |
| 23 | + - label: "π :rocket: Deploy stuff." |
| 24 | + id: "π" |
| 25 | + - label: "π :lipstick: Add or update the UI and style files." |
| 26 | + id: "π" |
| 27 | + - label: "π :tada: Begin a project." |
| 28 | + id: "π" |
| 29 | + - label: "β
:white_check_mark: Add, update, or pass tests." |
| 30 | + id: "β
" |
| 31 | + - label: "ποΈ :lock: Fix security or privacy issues." |
| 32 | + id: "ποΈ" |
| 33 | + - label: "π :closed_lock_with_key: Add or update secrets." |
| 34 | + id: "π" |
| 35 | + - label: "π :bookmark: Release / Version tags." |
| 36 | + id: "π" |
| 37 | + - label: "π¨ :rotating_light: Fix compiler / linter warnings." |
| 38 | + id: "π¨" |
| 39 | + - label: "π§ :construction: Work in progress." |
| 40 | + id: "π§" |
| 41 | + - label: "π :green_heart: Fix CI Build." |
| 42 | + id: "π" |
| 43 | + - label: "β¬οΈ :arrow_down: Downgrade dependencies." |
| 44 | + id: "β¬οΈ" |
| 45 | + - label: "β¬οΈ :arrow_up: Upgrade dependencies." |
| 46 | + id: "β¬οΈ" |
| 47 | + - label: "π :pushpin: Pin dependencies to specific versions." |
| 48 | + id: "π" |
| 49 | + - label: "π· :construction_worker: Add or update CI build system." |
| 50 | + id: "π·" |
| 51 | + - label: "π :chart_with_upwards_trend: Add or update analytics or track code." |
| 52 | + id: "π" |
| 53 | + - label: "β»οΈ :recycle: Refactor code." |
| 54 | + id: "β»οΈ" |
| 55 | + - label: "β :heavy_plus_sign: Add a dependency." |
| 56 | + id: "β" |
| 57 | + - label: "β :heavy_minus_sign: Remove a dependency." |
| 58 | + id: "β" |
| 59 | + - label: "π§ :wrench: Add or update configuration files." |
| 60 | + id: "π§" |
| 61 | + - label: "π¨ :hammer: Add or update development scripts." |
| 62 | + id: "π¨" |
| 63 | + - label: "π :globe_with_meridians: Internationalization and localization." |
| 64 | + id: "π" |
| 65 | + - label: "βοΈ :pencil2: Fix typos." |
| 66 | + id: "βοΈ" |
| 67 | + - label: "π© :poop: Write bad code that needs to be improved." |
| 68 | + id: "π©" |
| 69 | + - label: "βͺοΈ :rewind: Revert changes." |
| 70 | + id: "βͺοΈ" |
| 71 | + - label: "π :twisted_rightwards_arrows: Merge branches." |
| 72 | + id: "π" |
| 73 | + - label: "π¦οΈ :package: Add or update compiled files or packages." |
| 74 | + id: "π¦οΈ" |
| 75 | + - label: "π½οΈ :alien: Update code due to external API changes." |
| 76 | + id: "π½οΈ" |
| 77 | + - label: "π :truck: Move or rename resources (e.g.: files, paths, routes)." |
| 78 | + id: "π" |
| 79 | + - label: "π :page_facing_up: Add or update license." |
| 80 | + id: "π" |
| 81 | + - label: "π₯ :boom: Introduce breaking changes." |
| 82 | + id: "π₯" |
| 83 | + - label: "π± :bento: Add or update assets." |
| 84 | + id: "π±" |
| 85 | + - label: "βΏοΈ :wheelchair: Improve accessibility." |
| 86 | + id: "βΏοΈ" |
| 87 | + - label: "π‘ :bulb: Add or update comments in source code." |
| 88 | + id: "π‘" |
| 89 | + - label: "π» :beers: Write code drunkenly." |
| 90 | + id: "π»" |
| 91 | + - label: "π¬ :speech_balloon: Add or update text and literals." |
| 92 | + id: "π¬" |
| 93 | + - label: "ποΈ :card_file_box: Perform database related changes." |
| 94 | + id: "ποΈ" |
| 95 | + - label: "π :loud_sound: Add or update logs." |
| 96 | + id: "π" |
| 97 | + - label: "π :mute: Remove logs." |
| 98 | + id: "π" |
| 99 | + - label: "π₯ :busts_in_silhouette: Add or update contributor(s)." |
| 100 | + id: "π₯" |
| 101 | + - label: "πΈ :children_crossing: Improve user experience / usability." |
| 102 | + id: "πΈ" |
| 103 | + - label: "ποΈ :building_construction: Make architectural changes." |
| 104 | + id: "ποΈ" |
| 105 | + - label: "π± :iphone: Work on responsive design." |
| 106 | + id: "π±" |
| 107 | + - label: "π€‘ :clown_face: Mock things." |
| 108 | + id: "π€‘" |
| 109 | + - label: "π₯ :egg: Add or update an easter egg." |
| 110 | + id: "π₯" |
| 111 | + - label: "π :see_no_evil: Add or update a .gitignore file." |
| 112 | + id: "π" |
| 113 | + - label: "πΈ :camera_flash: Add or update snapshots." |
| 114 | + id: "πΈ" |
| 115 | + - label: "βοΈ :alembic: Perform experiments." |
| 116 | + id: "βοΈ" |
| 117 | + - label: "ποΈ :mag: Improve SEO." |
| 118 | + id: "ποΈ" |
| 119 | + - label: "π·οΈ :label: Add or update types." |
| 120 | + id: "π·οΈ" |
| 121 | + - label: "π± :seedling: Add or update seed files." |
| 122 | + id: "π±" |
| 123 | + - label: "π© :triangular_flag_on_post: Add, update, or remove feature flags." |
| 124 | + id: "π©" |
| 125 | + - label: "π₯
:goal_net: Catch errors." |
| 126 | + id: "π₯
" |
| 127 | + - label: "π« :dizzy: Add or update animations and transitions." |
| 128 | + id: "π«" |
| 129 | + - label: "ποΈ :wastebasket: Deprecate code that needs to be cleaned up." |
| 130 | + id: "ποΈ" |
| 131 | + - label: "π :passport_control: Work on code related to authorization, roles and permissions." |
| 132 | + id: "π" |
| 133 | + - label: "π©Ή :adhesive_bandage: Simple fix for a non-critical issue." |
| 134 | + id: "π©Ή" |
| 135 | + - label: "π§ :monocle_face: Data exploration/inspection." |
| 136 | + id: "π§" |
| 137 | + - label: "β°οΈ :coffin: Remove dead code." |
| 138 | + id: "β°οΈ" |
| 139 | + - label: "π§ͺ :test_tube: Add a failing test." |
| 140 | + id: "π§ͺ" |
| 141 | + - label: "π :necktie: Add or update business logic." |
| 142 | + id: "π" |
| 143 | + - label: "π©Ί :stethoscope: Add or update healthcheck." |
| 144 | + id: "π©Ί" |
| 145 | + - label: "π§± :bricks: Infrastructure related changes." |
| 146 | + id: "π§±" |
| 147 | + - label: "π§βπ» :technologist: Improve developer experience." |
| 148 | + id: "π§βπ»" |
| 149 | + - label: "πΈ :money_with_wings: Add sponsorships or money related infrastructure." |
| 150 | + id: "πΈ" |
| 151 | + - label: "π§΅ :thread: Add or update code related to multithreading or concurrency." |
| 152 | + id: "π§΅" |
| 153 | + - label: "π¦Ί :safety_vest: Add or update code related to validation." |
| 154 | + id: "π¦Ί" |
| 155 | + - label: "βοΈ :airplane: Improve offline support." |
| 156 | + id: "βοΈ" |
| 157 | + - label: "π¦ :t-rex: Code that adds backwards compatibility." |
| 158 | + id: "π¦" |
0 commit comments