Skip to content

Commit

Permalink
[CI skip] Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit authored Jan 25, 2021
1 parent dd251fe commit 3994111
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Pull Request Labels

on:
pull_request:
types: [opened]
types:
- opened

jobs:
pr-labeler:
Expand Down Expand Up @@ -37,5 +38,5 @@ jobs:
`fix/**` -> ✨ Fix
`chore/**` -> 🧹 Chores
`performance/**` -> 💡 Performance Optimization
If your changes do not fall into any of these categories, don't worry. You can ignore this message in that case! 👀
<br>
> If your changes do not fall into any of these categories, don't worry. You can ignore this message in that case! 👀

0 comments on commit 3994111

Please sign in to comment.