-
Notifications
You must be signed in to change notification settings - Fork 16
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
Backport #279 to main-0.4 #283
Conversation
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.
LGTM, just the workflow changes
and please update the changelog
.github/workflows/bundling-test.yml
Outdated
@@ -4,7 +4,7 @@ on: | |||
pull_request: | |||
push: | |||
branches: | |||
- "main" | |||
- "main-0.4" |
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.
This is only for pushes, and generally pushing to main is a rare exception.
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.
Oh, isn't it for pull requests too? I just wanted the tests to run on this PR (which is to main-0.4) to make sure I didn't mess up with my backporting.
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.
There's nothing after pull_request:
, which means it's not restricted. push:
is limited to branches, branches that are called main
. So it should run on all PRs anyway.
@@ -4,8 +4,7 @@ on: | |||
pull_request: | |||
push: | |||
branches: | |||
- "develop" | |||
- "main" | |||
- "main-0.4" |
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.
Same here. We don't need develop
here anymore, just main
.
Okay, requested changes should be addressed. |
### Changed | ||
- Update to Holochain 0.4.0-rc.0 | ||
### Fixed | ||
### Removed | ||
|
||
## 2024-09-30: v0.18.0-dev.12 | ||
## 2024-09-30: v0.18.0-dev.13 |
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.
👍
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.
Great!
No description provided.