You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow excluding certain usernames from changelog (#128)
* Allow excluding certain usernames from changelog
Also expand known bot list to include `github-actions[bot]` and `changeset-bot`.
* Document ignoring multiple usernames
* Use sets/lists, depending on whether we need duplicates
* Make work with --all
* Add test for --ignore-contributor
* Apply suggestion from @bsipocz
Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
* Allow wildcards
* Sort contributors to each PR
* Reformat
* Fix spelling of commenter
* Sort order: PR author, then others
* Move minimum supported Python to 3.10
* Apply suggestion from @choldgraf
---------
Co-authored-by: Chris Holdgraf <choldgraf@gmail.com>
Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
Wildcards are matched as per [filename matching semantics](https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatch).
147
+
148
+
If this is a generic bot username, consider contributing it back to [our list](https://github.com/executablebooks/github-activity/blob/main/github_activity/github_activity.py#L73).
149
+
137
150
## Use a GitHub API token
138
151
139
152
`github-activity` uses the GitHub API to pull information about a repository's activity.
- 🎯 Render static HTML pages to expected server path [#2178](https://github.com/jupyter-book/mystmd/pull/2178) ([@stefanv](https://github.com/stefanv), [@agoose77](https://github.com/agoose77), [@bsipocz](https://github.com/bsipocz), [@choldgraf](https://github.com/choldgraf), [@rowanc1](https://github.com/rowanc1))
8
+
- 🔗 Fix URLs in table of contents directive [#2140](https://github.com/jupyter-book/mystmd/pull/2140) ([@brianhawthorne](https://github.com/brianhawthorne), [@rowanc1](https://github.com/rowanc1), [@stefanv](https://github.com/stefanv))
9
+
10
+
## Bugs fixed
11
+
12
+
- 🏷️ Add NPM binary name to whitelabelling [#2175](https://github.com/jupyter-book/mystmd/pull/2175) ([@agoose77](https://github.com/agoose77), [@rowanc1](https://github.com/rowanc1), [@stefanv](https://github.com/stefanv))
13
+
- Add `ipynb` format option in validators [#2159](https://github.com/jupyter-book/mystmd/pull/2159) ([@kp992](https://github.com/kp992), [@agoose77](https://github.com/agoose77))
14
+
15
+
## Documentation improvements
16
+
17
+
- 📖 Remove out of date readme note [#2155](https://github.com/jupyter-book/mystmd/pull/2155) ([@rowanc1](https://github.com/rowanc1), [@choldgraf](https://github.com/choldgraf))
18
+
- 📖 A few miscellaneous documentation updates [#2154](https://github.com/jupyter-book/mystmd/pull/2154) ([@rowanc1](https://github.com/rowanc1))
0 commit comments