-
Notifications
You must be signed in to change notification settings - Fork 15
Add nightly dependency bump workflow #271
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
base: main
Are you sure you want to change the base?
Add nightly dependency bump workflow #271
Conversation
This reverts commit 807dc85.
| workflow_dispatch: | ||
| push: | ||
| branches: | ||
| - zhaez/nightly-build |
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.
will remove after testing finalized
thpierce
left a comment
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.
Only reviewed .github/workflows
| push: | ||
| branches: | ||
| - zhaez/nightly-build |
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.
Remove
| - name: Check for breaking changes | ||
| id: breaking_changes | ||
| run: node scripts/find_breaking_changes.js |
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.
Why no env?
| echo "has_changes=true" >> $GITHUB_OUTPUT | ||
| git add . | ||
| git commit -m "chore: update OpenTelemetry dependencies to latest versions" |
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.
Why latest versions?
| - name: Install dependencies | ||
| run: npm install |
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.
Why is this needed?
Issue #, if available:
Description of changes:
Add a workflow
nightly-build.ymlwith following actions:nightly-dependency-updatesbranchExample nightly build PR: #273
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.