Skip to content

Add GitHub Actions workflow for labeling release PRs - #372

Open
prudhvimaharishi wants to merge 1 commit into
mainfrom
prudhvimaharishi-patch-1
Open

prudhvimaharishi wants to merge 1 commit into
mainfrom
prudhvimaharishi-patch-1

Conversation

@prudhvimaharishi

@prudhvimaharishi prudhvimaharishi commented Sep 10, 2026 •

Copy link
Copy Markdown
Contributor

Type of Change

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation

Description

What?

Adds a new github workflow to label release please pr to force run kokoro correctness-test job.

Why?

kokoro does not support adding a pre submits to run on source branch or github PR. So to avoid running correctness testing on all raised PR's we are disabling it by default and running it on demand. For release PR it is automatically run.

Checklist

  • PR title follows Conventional Commits (e.g., feat(core): ...)
  • All files include the Apache License 2.0 header
  • Documentation has been updated to reflect changes

Generated/Assisted by Agent? [Yes/No] - Yes

@prudhvimaharishi
prudhvimaharishi requested a review from a team as a code owner September 10, 2026 09:32
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@codecov

codecov Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.30%. Comparing base (408eb04) to head (727ba5a).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #372      +/-   ##
============================================
+ Coverage     98.25%   98.30%   +0.04%     
- Complexity      669      670       +1     
============================================
  Files            42       42              
  Lines          2064     2064              
  Branches        208      208              
============================================
+ Hits           2028     2029       +1     
  Misses           15       15              
+ Partials         21       20       -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant