chore: Add labeler #264

Merged
jank merged 2 commits from labeler into main 2025-06-03 07:23:14 +00:00
Owner
No description provided.
chore: Add labeler
All checks were successful
CI / Get Changed Files (pull_request) Successful in 8s
CI / oxlint (pull_request) Successful in 22s
CI / Docker frontend validation (pull_request) Successful in 25s
CI / eslint (pull_request) Successful in 32s
CI / prettier (pull_request) Successful in 39s
CI / Docker backend validation (pull_request) Successful in 20s
Claude PR Review / claude-code (pull_request) Successful in 1m14s
CI / test-build (pull_request) Successful in 1m7s
CI / Checkstyle Main (pull_request) Successful in 1m16s
CI / Backend Tests (pull_request) Successful in 1m53s
536008bab4
Collaborator

Code Review Summary

Good addition for automated PR labeling! However, there are a few issues that need attention:

Issues:

  1. **** - Incorrect trigger syntax. Should use object format: instead of array format
  2. **** - may not be compatible with Gitea Actions. Please verify this GitHub Action works in Gitea environment
  3. **** - The nested structure seems unnecessarily complex for simple path matching

Suggestions:

  • Test the workflow in Gitea to ensure compatibility
  • Consider simplifying the labeler config structure if possible
  • Verify the action reference works with Gitea Actions

The concept is excellent for PR organization, just needs these technical fixes for proper functionality.

**Code Review Summary** Good addition for automated PR labeling! However, there are a few issues that need attention: **Issues:** 1. **** - Incorrect trigger syntax. Should use object format: instead of array format 2. **** - may not be compatible with Gitea Actions. Please verify this GitHub Action works in Gitea environment 3. **** - The nested structure seems unnecessarily complex for simple path matching **Suggestions:** - Test the workflow in Gitea to ensure compatibility - Consider simplifying the labeler config structure if possible - Verify the action reference works with Gitea Actions The concept is excellent for PR organization, just needs these technical fixes for proper functionality.
Collaborator

Code Review Summary: Good addition for automated PR labeling! However, there are a few issues that need attention. Issues: 1) labeler.yml line 3 - Incorrect trigger syntax, should use object format instead of array format. 2) labeler.yml line 12 - actions/labeler@v5 may not be compatible with Gitea Actions. 3) labeler.yml lines 3-4, 7-8 - The nested any-glob-to-any-file structure seems unnecessarily complex. Suggestions: Test the workflow in Gitea to ensure compatibility and consider simplifying the config structure. The concept is excellent for PR organization, just needs these technical fixes.

Code Review Summary: Good addition for automated PR labeling! However, there are a few issues that need attention. Issues: 1) labeler.yml line 3 - Incorrect trigger syntax, should use object format instead of array format. 2) labeler.yml line 12 - actions/labeler@v5 may not be compatible with Gitea Actions. 3) labeler.yml lines 3-4, 7-8 - The nested any-glob-to-any-file structure seems unnecessarily complex. Suggestions: Test the workflow in Gitea to ensure compatibility and consider simplifying the config structure. The concept is excellent for PR organization, just needs these technical fixes.
Merge branch 'main' into labeler
All checks were successful
CI / Get Changed Files (pull_request) Successful in 12s
Claude PR Review / claude-code (pull_request) Successful in 29s
CI / oxlint (pull_request) Successful in 36s
CI / eslint (pull_request) Successful in 42s
CI / Docker frontend validation (pull_request) Successful in 27s
CI / Docker backend validation (pull_request) Successful in 25s
CI / prettier (pull_request) Successful in 47s
CI / Checkstyle Main (pull_request) Successful in 1m17s
CI / test-build (pull_request) Successful in 55s
CI / Backend Tests (pull_request) Successful in 1m56s
780a360f03
jleibl approved these changes 2025-06-03 07:07:05 +00:00
jank merged commit 684c25b562 into main 2025-06-03 07:23:14 +00:00
jank deleted branch labeler 2025-06-03 07:23:15 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
3 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SZUT/casino#264
No description provided.