Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Dec 8, 2023
1 parent 0d93559 commit 2835ac6
Showing 1 changed file with 5 additions and 38 deletions.
43 changes: 5 additions & 38 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,4 @@
<<<<<<< ours
':open_file_folder: Репозиторий':
- .github/**/*
- .vscode/**/*
- docs/**/*
- scripts/**/*
- test/**/*
- tools/**/*
- .codebeatignore
- .editorconfig
- .git*
- LICENSE
- README.md
- SpacemanDMM.toml

':world_map: Карты':
- '**/*.dmm'

':mountain: Спрайты':
- '**/*.dmi'

':sound: Звуки':
- '**/*.ogg'
- '**/*.wav'
- '**/*.mp3'

':page_facing_up: Конфиги':
- config/example/**/*

':floppy_disk: База данных':
- sql/**/*
=======
Repo:
- changed-files:
- any-glob-to-any-file:
- '.github/**/*'
Expand All @@ -49,17 +17,17 @@ Repo:
- 'README.md'
- 'SpacemanDMM.toml'

Map:
':world_map: Карты':
- changed-files:
- any-glob-to-any-file:
- '**/*.dmm'

Sprites:
':mountain: Спрайты':
- changed-files:
- any-glob-to-any-file:
- '**/*.dmi'

Sound:
':sound: Звуки':
- changed-files:
- any-glob-to-any-file:
- '**/*.aif'
Expand All @@ -77,13 +45,12 @@ Sound:
- '**/*.wav'
- '**/*.xm'

Config Update:
':page_facing_up: Конфиги':
- changed-files:
- any-glob-to-any-file:
- 'config/example/**/*'

Database:
':floppy_disk: База данных':
- changed-files:
- any-glob-to-any-file:
- 'sql/**/*'
>>>>>>> theirs

0 comments on commit 2835ac6

Please sign in to comment.