-
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
Add support for encrypting to unknown pobox #38
Conversation
.github/workflows/node.js.yml
Outdated
branches: [master] | ||
pull_request: | ||
branches: [master] | ||
on: push |
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 turn off CI for pull requests?
Other than that, PR looks good and can be merged IMO.
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.
@staltz it's still gonna run on commits in PRs. i think that setting is just "only run on commits part of a PR" or something.
the improvement here is that it'll run on commits even before you've opened a PR. if you look at the first commit in this PR, it doesn't have this CI because it was using the old config
another problem with the old config is that it only ran on stuff pointing at master, so if there was a PR pointing at another PR, that PR wouldn't get any CI
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.
I think this only works for PRs created as branches in this repo. If an external contributor wants to send a PR, CI wouldn't run for those.
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.
Ok there doesn't seem to be a good solution here which really sucks https://github.com/orgs/community/discussions/26276 why is github missing such a basic feature 😢
Anyway reverted this now
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.
v7.5.0 |
It's just a public key so we don't need to know about it ahead of time to be able to encrypt to it.
For https://gitlab.com/ahau/lib/ssb-plugins/ssb-submissions/-/merge_requests/23