ome / scc

OME tools for managing the Git(Hub) workflow
https://pypi.org/project/scc/
GNU General Public License v2.0
0 stars 15 forks source link

Rename `external-issues` to `issues --external` #263

Closed joshmoore closed 4 years ago

joshmoore commented 4 years ago

Further cleanup to allow more options to be added:

scc external-issues

is now covered by:

scc issues             # All issues
scc issues --external  # Only non-org members
scc issues --internal  # Only org members (regardless of push rights)
joshmoore commented 4 years ago

@will-moore : updated to support --internal. Note: this includes everyone in the org not just those with push rights.

joshmoore commented 4 years ago

I'm fine with a fairly quick 0.13.0. My goal is to get this into the standuppers hands.

sbesson commented 4 years ago

Now released as https://pypi.org/project/scc/0.13.0/