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

18 lines
409 B
YAML
Raw Normal View History

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