sindresorhus/refined-github

dim-bots dims human author commits #2517

nmussy posted onGitHub

<!-- Thanks for reporting a bug! â›° 1. Make sure the bug is caused by Refined GitHub. Try disabling the extension first. 2. Include a full URL where the bug appears. 3. Include a screenshot/gif Issues without a URL/screenshot will be closed -->

dim-bots (#2447) dims commits authored by humans, but committed by bots. See aws-cdk, which uses mergify:

image


I gave it a quick glance, and it doesn't look like there's any way to tell an author and committer user apart, except for the tags position. Something like this selector will have to be used: .commit-author:not([href$="%5Bbot%5D"]):not([href$="renovate-bot"]) + .commit-author

posted by nmussy over 5 years ago

I think it just needs :first-child to be added so it only hides commits that have a bot listed first


    const bots = select.all([
        /* Commits */
        '.commit-author[href$="%5Bbot%5D"]:first-child',
        '.commit-author[href$="renovate-bot"]:first-child',

        /* PRs */
        '.opened-by [href*="author%3Aapp%2F"]'
    ].join());
posted by fregante over 5 years ago

Fund this Issue

$0.00
Funded

Pull requests