ScuffleTV / scuffle

Live streaming platform
https://scuffle.tv
232 stars 26 forks source link

chore: fixed paths for syncing labels #181

Closed mdsanima closed 8 months ago

mdsanima commented 9 months ago

Proposed changes

Now the workflow for the Sync Lables is corectly configured.

For faster performance, we configured the fetch-depth option and set the depth to 1. This allows for faster pulling of the repository, resulting in improved performance.

The color values on GitHub pages for adding labels are always in uppercase. The original color has not changed, it remains the same.

Double quotes for the name and description are not needed in this file, they have been removed.

The labels are sorted in ascending order within the particular labels group, which makes it easier to locate a specific label.

Types of changes

What types of changes does your code introduce to Scuffle? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

If this is a relatively large or complex change, you may want to start the discussion by explaining why you chose the solution you did, what alternatives you considered, etc.