-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initialize actions #1
Conversation
Co-authored-by: André Veríssimo <[email protected]> Signed-off-by: Pawel Rucki <[email protected]>
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.
Works well with my testing after a few bugs were corrected (added as single comments so that they could be easily merged).
Great job leveraging pkgdepends
for the bulk of the work 💯
I used the following 4 packages to test this out
averissimo/pkg2
(custom
branch)
| averissimo/pkg1
(only main
branch)
| averissimo/pkg3
(custom
branch)
| pkg4=averissimo/r-pkg4
(custom
branch)
Namely on averissimo/pkg2
with r-hub action
- (with a test that only works with the exact combination of branches)
I noticed that this doesn't yet support composed feature branches such as feat2@feat1
. Are you planning on it?
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.
Can be refactored later. Should be pretty good for v1
No description provided.