Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: fix suspend judgement #197

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

FogDong
Copy link
Member

@FogDong FogDong commented Sep 24, 2024

Description of your changes

Fixes #

I have:

  • Read and followed KubeVela's contribution process.
  • Related Docs updated properly. In a new feature or configuration option, an update to the documentation is necessary.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

How has this code been tested

Special notes for your reviewer

@FogDong FogDong changed the title fix: fix suspend judgement Fix: fix suspend judgement Sep 24, 2024
@FogDong FogDong force-pushed the fix-suspend branch 2 times, most recently from ba5940e to 17a9ea1 Compare September 24, 2024 15:53
@FogDong FogDong merged commit d6e65ee into kubevela:release-0.5 Sep 24, 2024
15 checks passed
Copy link

Backport failed for release-0.6, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-0.6
git worktree add -d .worktree/backport-197-to-release-0.6 origin/release-0.6
cd .worktree/backport-197-to-release-0.6
git checkout -b backport-197-to-release-0.6
ancref=$(git merge-base e2cd94040d4528672b195f8a5a4e93190b3effe8 6b0416768e6baef78b297c50a3c47de9a8d3883f)
git cherry-pick -x $ancref..6b0416768e6baef78b297c50a3c47de9a8d3883f

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