Skip to content

Commit

Permalink
ci: stricter semantic PR title
Browse files Browse the repository at this point in the history
generated
  • Loading branch information
scarf005 committed Nov 15, 2023
1 parent 1d11375 commit 1293f88
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,90 @@
# This file is generated by `scripts/semantic.ts`, do not edit manually.
#
# Fore more on configuration:
# https://github.com/Ezard/semantic-prs?tab=readme-ov-file#configuration-options
#
# Validate the PR title, and ignore all commit messages
enabled: true
titleOnly: true
targetUrl: 'https://docs.cataclysmbn.org/en/contribute/changelog_guidelines/'
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert
scopes:
- content
- UI
- i18n
- balance
- port
- mods/DinoMod
- mods/FujiStruct
- mods/Graphical_Overmap
- mods/Graphical_Overmap_Fujistruct
- mods/Graphical_Overmap_More_Locations
- mods/Graphical_Overmap_Urban_Development
- mods/MMA
- mods/Mundane_Zombies
- mods/No_Acid_Zombies
- mods/No_Anthills
- mods/No_Bees
- mods/No_Big_Zombies
- mods/No_Blobs
- mods/No_Explosive_Zombies
- mods/No_Ferals
- mods/No_Fungi
- mods/No_Rail_Stations
- mods/Old_Mutations
- mods/Only_Wildlife
- mods/RL_Classes
- mods/StatsThroughSkills
- mods/UDP_BN_FAKE_SNOW
- mods/Urban_Development
- mods/Zombie_Nightvision
- mods/aftershock
- mods/alt_map_key
- mods/cbm_slots
- mods/classic_zombies
- mods/craftgp
- mods/crazy_cataclysm
- mods/crt_expansion
- mods/desertpack
- mods/disable_lifting
- mods/elevated_bridges
- mods/fuji_mpp
- mods/generic_guns
- mods/limit_fungal_growth
- mods/magiclysm
- mods/manualbionicinstall
- mods/modular_turrets
- mods/more_classes_scenarios
- mods/my_sweet_cataclysm
- mods/no_filthy_clothing
- mods/no_flaming_weapons
- mods/no_hope
- mods/no_medieval_items
- mods/no_mutagen
- mods/no_npc_food
- mods/no_olg_guns
- mods/no_religious_Texts
- mods/no_reviving_zombies
- mods/no_rivtech_guns
- mods/no_scifi
- mods/no_survivor_armor
- mods/novitamins
- mods/ruralbiome
- mods/saveload_lua_test
- mods/sees_player_hitbutton
- mods/sees_player_retro
- mods/smart_house_remote_mod
- mods/speedydex
- mods/stats_through_kills
- mods/test_data

0 comments on commit 1293f88

Please sign in to comment.