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

Simple markdown changelogs for GitHub repositories

Results 32 github-activity issues
Sort by recently updated
recently updated
newest added

I ended up observing a PR included in the changelog, even though it was part of the previous tagged release. To reproduce this, one can do... ``` github-activity --since v3.0.5...

bug

I see great value in the ability to communicate changes via the version numbers according to a semver2 practice, but that is very hard to do when stuck at `0.x.y`...

### Context GitHub releases will put a list of headshots for all contributors to a release at the bottom of the release notes. However, it detects this group by looking...

enhancement

### Context This tool is basically a two-step process. - In step 1, we grab as much data as we can about issues/PRs/comments/etc using the GitHub API. This is done...

enhancement

### Context We currently check for tags or metadata in titles for the **pull request** that was merged within a given window: https://github.com/executablebooks/github-activity/blob/2851438e520354ed8dc1bf0c6782b03c2b89822e/github_activity/github_activity.py#L471-L484 However, many projects put more labeling /...

enhancement

### Context Currently our markdown changelog creator will just capture the Pull Request title, link, and author. However I've heard that some communities would also like to automate the "Release...

enhancement

### Context Currently, we define "a contributor" as somebody that fits one of several criteria ([reference here](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports)): - Had their PR merged in that window - Commented on >= 2...

enhancement

### Description / Summary I would like to be able to see the original PR in my changelog when it is a Meeseeks backport. ### Value / benefit Readers can...

enhancement

It seems like this repo contain a duplicate set of definitions for what tags it considers special. In github_activity.py there is a constant called `TAGS_METADATA_BASE`, but there is also tags.yaml....

Following on from #13 and https://github.com/choldgraf/github-activity#how-does-this-tool-define-contributions-in-the-reports Did we already discuss why someone who merges a PR isn't listed as a contributor? Is that covered because they comment on a PR...

enhancement