Skip to content

remove trigger image validation by label#7887

Merged
randmonkey merged 1 commit intomainfrom
remove_workflow_trigger_by_label
Apr 20, 2026
Merged

remove trigger image validation by label#7887
randmonkey merged 1 commit intomainfrom
remove_workflow_trigger_by_label

Conversation

@randmonkey
Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

Which issue this PR fixes:

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@randmonkey randmonkey enabled auto-merge April 13, 2026 09:45
@randmonkey randmonkey added this pull request to the merge queue Apr 13, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.4%. Comparing base (03482d6) to head (7f724cf).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #7887     +/-   ##
=======================================
- Coverage   80.9%   78.4%   -2.6%     
=======================================
  Files        222     222             
  Lines      20791   20791             
=======================================
- Hits       16829   16308    -521     
- Misses      2895    3450    +555     
+ Partials    1067    1033     -34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 13, 2026
@randmonkey randmonkey added this pull request to the merge queue Apr 13, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 13, 2026
@randmonkey randmonkey added this pull request to the merge queue Apr 14, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 14, 2026
@randmonkey randmonkey added this pull request to the merge queue Apr 20, 2026
Merged via the queue into main with commit 0c0013e Apr 20, 2026
77 checks passed
@randmonkey randmonkey deleted the remove_workflow_trigger_by_label branch April 20, 2026 04:11
@team-k8s-bot
Copy link
Copy Markdown
Collaborator

The backport to release/3.4.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/3.4.x release/3.4.x
# Navigate to the new working tree
cd .worktrees/backport-release/3.4.x
# Create a new branch
git switch --create backport-7887-to-release/3.4.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 0c0013e764eb7f91adef63ef66c52ca3f6553c57
# Push it to GitHub
git push --set-upstream origin backport-7887-to-release/3.4.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.4.x

Then, create a pull request where the base branch is release/3.4.x and the compare/head branch is backport-7887-to-release/3.4.x.

@team-k8s-bot
Copy link
Copy Markdown
Collaborator

The backport to release/3.5.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/3.5.x release/3.5.x
# Navigate to the new working tree
cd .worktrees/backport-release/3.5.x
# Create a new branch
git switch --create backport-7887-to-release/3.5.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 0c0013e764eb7f91adef63ef66c52ca3f6553c57
# Push it to GitHub
git push --set-upstream origin backport-7887-to-release/3.5.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.5.x

Then, create a pull request where the base branch is release/3.5.x and the compare/head branch is backport-7887-to-release/3.5.x.

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.

3 participants