fix: Hourly #262

Merged
jank merged 1 commit from improve-stale into main 2025-06-02 12:38:55 +00:00
Owner
No description provided.
jank added 1 commit 2025-06-02 12:33:17 +00:00
fix: Hourly
All checks were successful
CI / Get Changed Files (pull_request) Successful in 10s
CI / oxlint (pull_request) Successful in 43s
CI / eslint (pull_request) Successful in 49s
CI / prettier (pull_request) Successful in 49s
Claude PR Review / claude-code (pull_request) Successful in 1m5s
CI / Docker frontend validation (pull_request) Successful in 16s
CI / test-build (pull_request) Successful in 1m23s
CI / Docker backend validation (pull_request) Successful in 19s
CI / Checkstyle Main (pull_request) Successful in 1m1s
CI / Backend Tests (pull_request) Successful in 2m26s
9639525ddd
jank scheduled this pull request to auto merge when all checks succeed 2025-06-02 12:33:37 +00:00
csimonis reviewed 2025-06-02 12:33:44 +00:00
csimonis left a comment
Owner

dc

dc
Collaborator

Code Review Results

Critical Issue Found:

** lines 13-15:** The stale-pr-message contains highly inappropriate and unprofessional language that is completely unacceptable in a professional codebase. This must be replaced with respectful, clear messaging before the PR can be approved.

Technical Concerns:

** line 5:** Changing from daily () to hourly () execution significantly increases the workflow frequency. Consider if hourly execution is necessary or if it might create excessive noise for contributors.

Positive Changes:

** line 3:** Good addition of for manual workflow triggering.

Recommendation: Please address the inappropriate messaging before this can be approved. The technical changes are acceptable pending confirmation that hourly execution is the intended behavior.

## Code Review Results **Critical Issue Found:** ** lines 13-15:** The stale-pr-message contains highly inappropriate and unprofessional language that is completely unacceptable in a professional codebase. This must be replaced with respectful, clear messaging before the PR can be approved. **Technical Concerns:** ** line 5:** Changing from daily () to hourly () execution significantly increases the workflow frequency. Consider if hourly execution is necessary or if it might create excessive noise for contributors. **Positive Changes:** ** line 3:** Good addition of for manual workflow triggering. **Recommendation:** Please address the inappropriate messaging before this can be approved. The technical changes are acceptable pending confirmation that hourly execution is the intended behavior.
ptran requested changes 2025-06-02 12:38:10 +00:00
Dismissed
@ -3,2 +3,3 @@
workflow_dispatch:
schedule:
- cron: "30 1 * * *"
- cron: "@hourly"

Is this really necessary?

Is this really necessary?

No shut up

No shut up

fy

fy

ur mom

# ur mom
jank marked this conversation as resolved
ptran approved these changes 2025-06-02 12:38:52 +00:00
jank merged commit 39feba7d1d into main 2025-06-02 12:38:55 +00:00
jank deleted branch improve-stale 2025-06-02 12:38:55 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
4 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#262
No description provided.