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: labels pattern of cherry-pick & backport workflow #490

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

reaver-flomesh
Copy link
Collaborator

Description:

Testing done:

Affected area:

Functional Area
New Functionality [ ]
CI System [ ]
CLI Tool [ ]
Certificate Management [ ]
Control Plane [ ]
Demo [ ]
Documentation [ ]
Egress [ ]
Ingress [ ]
Install [ ]
Networking [ ]
Observability [ ]
Performance [ ]
SMI Policy [ ]
Security [ ]
Sidecar Injection [ ]
Tests [ ]
Upgrade [ ]
Other [ ]

Please answer the following questions with yes/no.

  1. Does this change contain code from or inspired by another project?

    • Did you notify the maintainers and provide attribution?
  2. Is this a breaking change?

  3. Has documentation corresponding to this change been updated in the fsm-docs repo (if applicable)?

@reaver-flomesh reaver-flomesh added bug Something isn't working github_actions Pull requests that update GitHub Actions code labels Nov 30, 2024
@reaver-flomesh reaver-flomesh added this to the v1.5.0 milestone Nov 30, 2024
@reaver-flomesh reaver-flomesh self-assigned this Nov 30, 2024
@reaver-flomesh reaver-flomesh merged commit f24d71c into main Nov 30, 2024
9 checks passed
@reaver-flomesh reaver-flomesh deleted the hotfix/backport-label-pattern branch November 30, 2024 06:13
Copy link

✅ PR Title Formatted Correctly

The title of this PR has been updated to match the correct format. Thank you!

@reaver-flomesh
Copy link
Collaborator Author

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

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/v1.4
git worktree add -d .worktree/backport-490-to-release/v1.4 origin/release/v1.4
cd .worktree/backport-490-to-release/v1.4
git switch --create backport-490-to-release/v1.4
git cherry-pick -x f24d71ce304ddd344cda2deaa51f133b9b3270a6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant