mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-25 07:09:39 -05:00
commit
6bced471da
19
.github/labeler.yml
vendored
Normal file
19
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
⚔️ 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/**
|
12
.github/workflows/labeler.yml
vendored
Normal file
12
.github/workflows/labeler.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: "Pull Request Labeler"
|
||||||
|
on:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
labeler:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@v5
|
Loading…
Reference in New Issue
Block a user