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

import.file is GA #1928

Merged
merged 1 commit into from
Oct 21, 2024
Merged

import.file is GA #1928

merged 1 commit into from
Oct 21, 2024

Conversation

wildum
Copy link
Contributor

@wildum wildum commented Oct 18, 2024

This is a mistake in the doc, import.file is GA, not public preview

@clayton-cornell clayton-cornell merged commit dedc6f2 into main Oct 21, 2024
24 checks passed
@clayton-cornell clayton-cornell deleted the update-import-file-doc branch October 21, 2024 16:47
github-actions bot pushed a commit that referenced this pull request Oct 21, 2024
(cherry picked from commit dedc6f2)
github-actions bot pushed a commit that referenced this pull request Oct 21, 2024
(cherry picked from commit dedc6f2)
github-actions bot pushed a commit that referenced this pull request Oct 21, 2024
(cherry picked from commit dedc6f2)
github-actions bot pushed a commit that referenced this pull request Oct 21, 2024
(cherry picked from commit dedc6f2)
Copy link
Contributor

The backport to release/v1.3 failed:

Validation Failed: "Could not add requested reviewers to pull request."

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-1928-to-release/v1.3 origin/release/v1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x dedc6f2c8a5f89824b8b6d4273aca2641931af4d
# Push it to GitHub
git push --set-upstream origin backport-1928-to-release/v1.3
git switch main
# Remove the local backport branch
git branch -D backport-1928-to-release/v1.3

Then, create a pull request where the base branch is release/v1.3 and the compare/head branch is backport-1928-to-release/v1.3.

github-actions bot pushed a commit that referenced this pull request Oct 21, 2024
(cherry picked from commit dedc6f2)
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.

2 participants