mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
19 lines
342 B
YAML
19 lines
342 B
YAML
⚔️ Weapons:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- weapons/**
|
|
|
|
⚙️ Development:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- scripts/**
|
|
- .github/labeler.yml
|
|
|
|
🎨 Image:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- images/**
|
|
|
|
🦺 Github Action:
|
|
- changed-files:
|
|
- any-glob-to-any-file: .github/workflows/** |