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

Backport #279 to main-0.4 #283

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Backport #279 to main-0.4 #283

merged 3 commits into from
Oct 29, 2024

Conversation

matthme
Copy link
Contributor

@matthme matthme commented Oct 29, 2024

No description provided.

@matthme matthme requested a review from jost-s October 29, 2024 21:30
Copy link
Contributor

@jost-s jost-s left a 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

@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "main"
- "main-0.4"
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor

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"
Copy link
Contributor

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.

@matthme
Copy link
Contributor Author

matthme commented Oct 29, 2024

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@jost-s jost-s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@jost-s jost-s enabled auto-merge (squash) October 29, 2024 22:53
@jost-s jost-s merged commit 81effb8 into main-0.4 Oct 29, 2024
10 checks passed
@jost-s jost-s deleted the backport/279-main-04 branch October 29, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants