-
Notifications
You must be signed in to change notification settings - Fork 13
Allow excluding certain usernames from changelog #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow excluding certain usernames from changelog #128
Conversation
Also expand known bot list to include `github-actions[bot]` and `changeset-bot`.
docs/use.md
Outdated
## Remove bots from the changelog | ||
|
||
`github-activity` ships with a known list of bot usernames, but your project may use ones not on our list. | ||
To ignore additional usernames from the changelog, use the `--ignore-contributor` flag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you provide multiple contributors? If so could you document that? (e.g. do you pass the flag multiple times, do you do a comma separated list, space-separated list, etc?) what if you have a long list and have it all in a file, could we show that as a demo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
OK, all suggestions made so far are now implemented. |
3b6f581
to
6c37c21
Compare
Garrrr... rate limit exceeded. |
79ce3a2
to
3470d05
Compare
3470d05
to
7eb7f03
Compare
@stefanv I just made you a maintainer for this repo - when you're comfortable, feel free to both merge this and cut a release |
fc89410
to
c94f669
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Also expand known bot list to include
github-actions[bot]
andchangeset-bot
.