-
Notifications
You must be signed in to change notification settings - Fork 46
fix: backport workflow #1872
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: backport workflow #1872
Conversation
backport! 0.14 |
ℹ️ Backport command executed for version This might mean:
|
backport! 0.14 |
ℹ️ Backport command executed for version This might mean:
|
This reverts commit 7ebcec2.
Deploying greptime-docs with
|
Latest commit: |
ecb3029
|
Status: | ✅ Deploy successful! |
Preview URL: | https://688f8f7d.greptime-docs.pages.dev |
Branch Preview URL: | https://test-backport.greptime-docs.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes the backport workflow to ensure it runs as expected during CI/CD.
- Updated the Node.js version from 18 to 22.
- Modified the npm run backport command to correctly forward arguments.
Comments suppressed due to low confidence (2)
.github/workflows/backport.yml:58
- Ensure that upgrading to Node.js version 22 is compatible with all workflow dependencies and caching mechanisms.
node-version: '22'
.github/workflows/backport.yml:66
- Verify that adding the '--' ensures the npm script 'backport' correctly receives all intended arguments without breaking existing functionality.
npm run backport -- --version ${{ steps.extract_version.outputs.version }} --since main
What's Changed in this PR
Describe the change in this PR
Checklist
sidebars.ts
matches the current document structure when you changed the document structure.