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

Add support for encrypting to unknown pobox #38

Merged
merged 8 commits into from
Dec 8, 2023
Merged

Conversation

Powersource
Copy link
Collaborator

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

@Powersource Powersource requested a review from mixmix December 5, 2023 14:06
branches: [master]
pull_request:
branches: [master]
on: push
Copy link
Member

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.

Copy link
Collaborator Author

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

Copy link
Member

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.

Copy link
Collaborator Author

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@Powersource Powersource requested a review from staltz December 7, 2023 09:38
@Powersource Powersource merged commit d46cef9 into master Dec 8, 2023
3 checks passed
@Powersource Powersource deleted the pobox-unknown branch December 8, 2023 14:24
@Powersource
Copy link
Collaborator Author

v7.5.0

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