Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update labeler cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Mar 19, 2024
1 parent 03ec898 commit 34c35df
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
BossHud:
- bosshud/*
- any:
- changed-files:
- any-glob-to-any-file: 'bosshud/*'

entWatch:
- entwatch/*
- any:
- changed-files:
- any-glob-to-any-file: 'entwatch/*'

MusicName:
- musicname/*
- any:
- changed-files:
- any-glob-to-any-file: 'musicname/*'

SaveLevel:
- savelevel/*
- any:
- changed-files:
- any-glob-to-any-file: 'savelevel/*'

Stripper:
- stripper/*
- any:
- changed-files:
- any-glob-to-any-file: 'stripper/*'

ZombieReloaded:
- zombiereloaded/*

- any:
- changed-files:
- any-glob-to-any-file: 'zombiereloaded/*'

0 comments on commit 34c35df

Please sign in to comment.