Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Labeler #36

Merged
merged 4 commits into from
Sep 23, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 14 additions & 18 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
Documentation:
- changed-files:
- any-glob-to-any-file: docs/**

NuGet:
- changed-files:
- any-glob-to-any-file: '**/*.nuspec'
louis1706 marked this conversation as resolved.
Show resolved Hide resolved
- any-glob-to-any-file: docs/** # Any modifications to Documentation
- any-glob-to-any-file: EXILED/Localization/** # Any modifications to Localization

Scripts: # Add the 'Scripts' label
GitHub:
- changed-files:
- any-glob-to-any-file: '**/*.nuspec' #NuGet
- any-glob-to-any-file: '**/*.ps1' # Windows
- any-glob-to-any-file: '**/*.sh' # Linux
- any-glob-to-any-file: .github/** # Any modifications to github related files

regarding-events: # Add the 'Events' label
Events: # Add the 'Events' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.Events/** # Any Modifications to events
- all-globs-to-all-files: '!EXILED/Exiled.Events/Patches/**/*' # Exept modifications to transpiler files
louis1706 marked this conversation as resolved.
Show resolved Hide resolved

regarding-api: # Add the 'API' label
API: # Add the 'API' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.API/** # Any modifications to the API

regarding-transpiler: # Add the 'transpiler' label
Transpiler: # Add the 'transpiler' label
louis1706 marked this conversation as resolved.
Show resolved Hide resolved
louis1706 marked this conversation as resolved.
Show resolved Hide resolved
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.Events/Patches/**/* # Any modifications to transpiler files

Base-Game-Bug:
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.Events/Patches/Fixes/**/* # Any modifications to transpiler fixes files

CustomModules: # Add the 'CustomModules' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.CustomModules/** # Any modifications to CustomModules
- any-glob-to-any-file: EXILED/Exiled.Custom*/** # Any modifications to Exiled.Custom* file

Installer: # Add the 'Installer' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.Installer/** # Any modifications to the Installer

Localization: # Add the 'Localization' label
- changed-files:
- any-glob-to-any-file: EXILED/Localization/** # Any modifications to Localization
louis1706 marked this conversation as resolved.
Show resolved Hide resolved

GitHub: # Add the 'GitHub' label
- changed-files:
- any-glob-to-any-file: .github/** # Any modifications to github related files
Loading