feat ✨: Add labeler configuration for PR auto-labeling #26
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit introduces a new
.gitea/labeler.ymlfile and configures a 'labeler' job to automatically apply labels to pull requests based on the changes made in the files. This enhances the efficiency of managing PRs by reducing manual intervention.Review Summary
@@ -71,1 +81,4 @@repo-token: ${{ secrets.GITEA_TOKEN }}configuration-path: .gitea/labeler.ymlhandle_failures:[Lines 71-84] [Score: 2] Addition of labeler workflow could potentially increase the complexity and maintenance effort. It is recommended to review and test thoroughly to ensure there are no unintended consequences.