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

18 lines
409 B
YAML

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