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

### Describe the bug **context** Following the https://github-activity.readthedocs.io/en/latest/use and https://github-activity.readthedocs.io/en/latest/contribute links in the GitHub repository README results in a 404 page **expectation** Links should go to the rendered versions of...

bug

In most JupyterHub repos we use different defaults, e.g. we using heading-level 3: https://jupyterhub-team-compass.readthedocs.io/en/latest/practices/releases.html This is an experimental PR to introduce a `.githubactivity.json` configuration file that could contain the defaults...

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...

This is a work-in-progress to see how simple it would be to add release notes functionality to this package. closes #69

If a branch is specified PRs are filtered by checking their PR base branch. This fails to pick up all PRs when multiple PRs are merged into one branch, followed...

Hi! As part of our efforts to analyze how well we're doing in handling community contributions, MariaDB Foundation ended up using this awesome tool for pulling GitHub activity from MariaDB/server...

### Describe the bug **context** When I run github-activity, several deprecation warnings are generated. **bug** Not a bug yet as github-activity works as expected but will become some eventually. ```console...

bug
help wanted

I wanted to link to a changelog for this project but didn't find one, and then I saw also that the latest release was made with an error message in...

maintenance

### Context In several of our projects, we backport fixes to a previous release while working on a major release in main - it would be useful to be able...

enhancement

### Context GitHub's GraphQL API will restrict any calls to 1000 total nodes. This means that a really large query (e.g. all of the history of a project) will be...

enhancement