1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/workflows/pr-labels.yml
2020-12-13 17:25:25 +00:00

18 lines
426 B
YAML

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: WalshyDev/pr-labels@v1
with:
feature: 'New Feature'
fix: '🐞 Bug Fix'
chore: 'Chore'
perf: '🛠️ Performance Improvement'
performance: '🛠️ Performance Improvement'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}