Skip to content

[Chore] Skip review CIs on draft - #637

Open
eeeeaa wants to merge 1 commit into
developfrom
chore/skip-ci-on-draft
Open

[Chore] Skip review CIs on draft#637
eeeeaa wants to merge 1 commit into
developfrom
chore/skip-ci-on-draft

Conversation

@eeeeaa

@eeeeaa eeeeaa commented Jul 17, 2026

Copy link
Copy Markdown

What happened 👀

  • Skip reviewed CIs on draft so it doesn't clutter slack thread

Insight 📝

N/A

Proof Of Work 📹

Screenshot 2569-07-17 at 13 17 21

Summary by CodeRabbit

  • Chores
    • Automated code review and verification now run on pull request updates rather than pushes, using lifecycle events aligned with when a pull request is ready.
    • Draft pull requests are skipped until they are marked ready for review.
    • Review automation no longer triggers on “edited” events, reducing unnecessary runs.

@eeeeaa eeeeaa self-assigned this Jul 17, 2026
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8661afdf-1102-464d-b6e9-8e135f44f681

📥 Commits

Reviewing files that changed from the base of the PR and between d829151 and c8d474f.

📒 Files selected for processing (3)
  • .github/workflows/review_pull_request.yml
  • .github/workflows/run_detekt_and_unit_tests.yml
  • .github/workflows/verify_newproject_script.yml
🚧 Files skipped from review as they are similar to previous changes (2)
  • .github/workflows/verify_newproject_script.yml
  • .github/workflows/run_detekt_and_unit_tests.yml

📝 Walkthrough

Walkthrough

GitHub Actions workflows now use selected pull request events, including ready_for_review, and skip review, test, and verification jobs while pull requests remain drafts.

Changes

CI workflow gating

Layer / File(s) Summary
Workflow execution conditions
.github/workflows/review_pull_request.yml, .github/workflows/run_detekt_and_unit_tests.yml, .github/workflows/verify_newproject_script.yml
Workflows respond to selected pull request events, and their jobs run only for non-draft pull requests.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: hoangnguyen92dn, sleepylee, win-than-htike, avi5hek, rknaing

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: skipping review CI workflows on draft pull requests.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/skip-ci-on-draft

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@eeeeaa
eeeeaa force-pushed the chore/skip-ci-on-draft branch from d829151 to c8d474f Compare July 17, 2026 06:19
@eeeeaa
eeeeaa deployed to template-compose July 17, 2026 06:19 — with GitHub Actions Active
@github-actions

Copy link
Copy Markdown
14 Warnings
⚠️ Uh oh! Your project is under 80% coverage!
⚠️ template-compose/gradle/libs.versions.toml#L10 - A newer version of androidx.compose:compose-bom than 2025.02.00 is available: 2026.06.01
⚠️ template-compose/gradle/libs.versions.toml#L12 - A newer version of androidx.navigation:navigation-compose than 2.5.3 is available: 2.9.8
⚠️ template-compose/gradle/libs.versions.toml#L13 - A newer version of androidx.core:core-ktx than 1.15.0 is available: 1.19.0
⚠️ template-compose/gradle/libs.versions.toml#L14 - A newer version of androidx.datastore:datastore-preferences than 1.1.3 is available: 1.2.1
⚠️ template-compose/gradle/libs.versions.toml#L17 - A newer version of com.android.application than 8.8.2 is available: 9.3.0
⚠️ template-compose/gradle/libs.versions.toml#L17 - A newer version of com.android.library than 8.8.2 is available: 9.3.0
⚠️ template-compose/gradle/libs.versions.toml#L19 - A newer version of androidx.hilt:hilt-navigation-compose than 1.2.0 is available: 1.4.0
⚠️ template-compose/gradle/libs.versions.toml#L25 - A newer version of org.jetbrains.kotlinx:kotlinx-coroutines-core than 1.7.3 is available: 1.10.2
⚠️ template-compose/gradle/libs.versions.toml#L25 - A newer version of org.jetbrains.kotlinx:kotlinx-coroutines-test than 1.7.3 is available: 1.10.2
⚠️ template-compose/gradle/libs.versions.toml#L28 - A newer version of androidx.lifecycle:lifecycle-runtime-compose than 2.8.7 is available: 2.11.0
⚠️ template-compose/gradle/libs.versions.toml#L28 - A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.8.7 is available: 2.11.0
⚠️ template-compose/gradle/libs.versions.toml#L35 - A newer version of androidx.security:security-crypto than 1.0.0 is available: 1.1.0
⚠️ template-compose/gradle/libs.versions.toml#L36 - A newer version of androidx.test:core-ktx than 1.6.1 is available: 1.7.0

Kover report for template-compose:

🧛 Template - Compose Unit Tests Code Coverage: 73.20%

Coverage of Modified Files:

File Coverage

Modified Files Not Found In Coverage Report:

review_pull_request.yml
run_detekt_and_unit_tests.yml
verify_newproject_script.yml

Codebase cunningly covered by count Shroud 🧛

Generated by 🚫 Danger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant