github-activity icon indicating copy to clipboard operation
github-activity copied to clipboard

NEW: add prefix CLI

Open agoose77 opened this issue 3 years ago • 7 comments

This PR adds support for specifying the PR tag prefixes by the CLI. For example, I tend to use https://www.conventionalcommits.org/en/v1.0.0/ for my commit / PR titles.

I've tried to make minimal changes, so it might not be as clean as if we were writing this from scratch. Still, I think it's good enough.

Other changes:

  • Don't ignore tags for --all (bugfix?)

agoose77 avatar Aug 03 '22 09:08 agoose77

@choldgraf can we delete tags.yml? It seems it was never used in the commit that introduced it: fa670a27aa5435418ced24748d74c59a59b1177c

agoose77 avatar Aug 03 '22 10:08 agoose77

This makes sense to me - though I wonder if it would be a better UX if we supported a GitHub activity yaml file where people could specify the prefixes, labels, etc they wanted to use 🤔

Either way that could probably be a follow up issue, but asking in case you think it'd significantly better and with doing here

choldgraf avatar Aug 03 '22 11:08 choldgraf

@choldgraf I thought about that too. I think the answer is yes, although I initially worried about the programmatic UX for this. In fact, it's probably fine. (todo)

agoose77 avatar Aug 03 '22 12:08 agoose77

Just to clarify here - do you mean you'd like to do that in a different PR?

choldgraf avatar Aug 09 '22 12:08 choldgraf

btw @agoose77 any interest in having maintainer status on this repository so that you can trigger builds, help review/merge other work, etc?

choldgraf avatar Aug 09 '22 12:08 choldgraf

@choldgraf I would like to say yes, but I think just right now I might struggle to be of too much use. If it's only a small amount of work here and there I'd be happy to help!

agoose77 avatar Aug 11 '22 10:08 agoose77

No worries @agoose77 - we don't have any "official" team for this repository and so there aren't any "obligations" per se, other than to just generally try to be helpful and try to make this tool as useful as possible. I've added you to maintainer status:

https://github.com/executablebooks/github-activity/invitations

choldgraf avatar Aug 11 '22 12:08 choldgraf