From d78e82cf051915ef9b531afb43c6e58ea00df43f Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Mon, 25 Jan 2021 18:47:15 +0100 Subject: [PATCH] [CI skip] Removed trailing spaces --- .github/workflows/pr-labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 20b6429a7..e392ae93e 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -39,12 +39,12 @@ jobs: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} message: | **Pro Tip!** - You can help us label your Pull Requests by using the following branch naming convention next time you create a pull request. ❤️ + You can help us label your Pull Requests by using the following branch naming convention next time you create a pull request. ❤️ Branch naming convention | Label ------------------------ | ------ `feature/**` | 🎈 Feature `fix/**` | ✨ Fix - `chore/**` | 🧹 Chores + `chore/**` | 🧹 Chores `performance/**` | 💡 Performance Optimization
If your changes do not fall into any of these categories, don't worry.