-
Notifications
You must be signed in to change notification settings - Fork 24
Ignore bots in changelog #159
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
base: main
Are you sure you want to change the base?
Ignore bots in changelog #159
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #159 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 108 108
Branches 19 19
=========================================
Hits 108 108 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Seems reasonable, but I'm not sure we use Github's release notes generator, so I don't know that this will have an effect. Will defer to others...
Co-authored-by: Chris Markiewicz <[email protected]>
I've seen the bot PRs mentioned in previous changelogs, thus the PR :) |
@lagru We already exclude "dependabot[bot]" from the contributors list, but is there a way to ignore all those PRs as well? As you see in this PR, GitHub has the |
I don't think there is right now. But it's easy to add if you want this feature.
In docstub I'm sorting these kind of PRs into a "DevOps" section, based on their label. But depending on how these bot PRs are labeled, you could parse them into their own section an then delete.
But implementing the ignore feature would be probably cleaner.
|
I wonder if adding this file to the org level |
No description provided.