mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
Add labeler
This commit is contained in:
parent
a1721a537a
commit
1068e510d4
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