feat : Add labeler configuration for PR auto-labeling #26

Merged
Jose merged 1 commits from dev into main 2026-02-14 20:11:08 +01:00
Owner

This commit introduces a new .gitea/labeler.yml file 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.

This commit introduces a new `.gitea/labeler.yml` file 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.
Jose added 1 commit 2026-02-14 20:08:30 +01:00
feat : Add labeler configuration for PR auto-labeling
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 18s
PR check / Gitleaks (pull_request) Successful in 5s
PR check / lint tests (pull_request) Successful in 14s
PR check / labeler (pull_request) Successful in 3s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 1s
ecddd28472
This commit introduces a new `.gitea/labeler.yml` file 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.
gitea-actions bot reviewed 2026-02-14 20:08:48 +01:00
gitea-actions bot left a comment

Review Summary

  • .gitea/labeler.yml: Summary: This patch introduces a new label configuration for GitHub Actions, adding labels 'Documentation', 'source', and 'enhancement'.
  • .gitea/workflows/pr-check.yaml: Addition of labeler workflow for pull requests with read permissions and write access to the configuration file. This change is likely to improve automation (Score: 2).
# Review Summary * **.gitea/labeler.yml**: **Summary:** This patch introduces a new label configuration for GitHub Actions, adding labels 'Documentation', 'source', and 'enhancement'. * **.gitea/workflows/pr-check.yaml**: Addition of labeler workflow for pull requests with read permissions and write access to the configuration file. This change is likely to improve automation (Score: 2).
@@ -71,1 +81,4 @@
repo-token: ${{ secrets.GITEA_TOKEN }}
configuration-path: .gitea/labeler.yml
handle_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.

[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.
gitea-actions bot added the enhancementci-pass labels 2026-02-14 20:09:44 +01:00
Jose merged commit e11d28ced2 into main 2026-02-14 20:11:08 +01:00
Sign in to join this conversation.