- Create a file name `labels.json` present in './github' and add those labels which you will like to have in your repository.
- Create a Action as similar to `labeladder.yml` which is present in './github/workflow'
- Each time you make changes to `labels.json` file this will get trigred and update the labels as per the file so labels added by you mannualy will get deleted
- One way is to delete both files after labels getting created then you can also create the labels manually and there will be no effect of this.
- I am sure you will not need more labels that this generally
You can create a issue in this repository and about the label and also create PR after review the PR will get merged if felt required but again you can also add your labels in your project anytime no restrictions.
LABELS
GitHub Action Credit goes to micnncim for creating GitHub action like action-label-syncer