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 16:20:19 +00:00

22 lines
446 B
YAML

name: Pull Request Labels
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
name: Pull Request Labels
runs-on: ubuntu-latest
steps:
- uses: WalshyDev/pr-labels@v1.1
name: Apply labels based on branch
with:
token: "${{ secrets.ACCESS_TOKEN }}"
feature: '🎈 Feature'
fix: '✨ Fix'
chore: '🧹 Chores'
performance: '💡 Performance Optimization'