1Password / for-open-source

Get a 1Password team account for free to support your open source initiatives!
1.6k stars 792 forks source link

Setup command, workflow, Issue retrieval for review step #915

Closed jodyheavener closed 3 months ago

jodyheavener commented 3 months ago

/dev/web/developer.1password.com/-/issues/1065

Summary

We are working on improvements to the 1Password for Open Source program. This PR sets up some of the foundation for automated reviews.

What's changed?

Of note... I'm realizing that it might be nice to move to a proper CLI package like Cobra, but for now let's keep it simple.

Testing

You can test out the processor command like so:

git checkout jh/review-setup
make install_deps && make build_processor
./processor review --test-issue example 

There is currently only one test issue available, and it will just print its contents for now.