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

22 lines
444 B
YAML
Raw Normal View History

2021-01-25 11:39:46 +00:00
name: Pull Request Labels
2020-12-13 17:25:25 +00:00
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
2021-01-25 11:39:46 +00:00
name: Pull Request Labels
2020-12-13 17:25:25 +00:00
runs-on: ubuntu-latest
2021-01-25 11:39:46 +00:00
2020-12-13 17:25:25 +00:00
steps:
- uses: WalshyDev/pr-labels@v1
2021-01-25 11:39:46 +00:00
name: Apply labels based on branch
2020-12-13 17:25:25 +00:00
with:
2021-01-25 11:37:37 +00:00
token: "${{ secrets.ACCESS_TOKEN }}"
2021-01-25 11:39:46 +00:00
feature: '🎈 Feature'
fix: '✨ Fix'
chore: '🧹 Chores'
performance: '💡 Performance Optimization'