Skip to content

Commit

Permalink
Drop remove-checks-tab feature (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudvalle committed Oct 21, 2020
1 parent 42ce2df commit a38244e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ Thanks for contributing! 🦋🙌
- [](# "pr-filters") [Adds Checks and Draft PR dropdown filters in PR lists.](https://user-images.githubusercontent.com/202916/74453250-6d9de200-4e82-11ea-8fd4-7c0de57e001a.png)
- [](# "pr-approvals-count") [Shows color-coded review counts in PR lists.](https://user-images.githubusercontent.com/1402241/33474535-a814ee78-d6ad-11e7-8f08-a8b72799e376.png)
- [](# "highlight-non-default-base-branch") [Shows the base branch in PR lists if it’s not the default branch.](https://user-images.githubusercontent.com/1402241/88480306-39f4d700-cf4d-11ea-9e40-2b36d92d41aa.png)
- [](# "remove-checks-tab") Hides the PR `Checks` tab if it’s empty, unless you’re the owner.
- [](# "hide-inactive-deployments") [Hides inactive deployments.](https://github.com/sindresorhus/refined-github/issues/1144)
- [](# "previous-next-commit-buttons") [Adds duplicate commit navigation buttons at the bottom of the `Commits` tab page.](https://user-images.githubusercontent.com/24777/41755271-741773de-75a4-11e8-9181-fcc1c73df633.png)
- [](# "preserve-whitespace-option-in-nav") Preserves the "ignore whitespace" setting when navigating with Next/Previous in PR review mode.
Expand Down
27 changes: 0 additions & 27 deletions source/features/remove-checks-tab.tsx

This file was deleted.

1 change: 0 additions & 1 deletion source/refined-github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import './features/align-issue-labels';
import './features/more-dropdown';
import './features/releases-tab';
import './features/remove-projects-tab';
import './features/remove-checks-tab';
import './features/comment-fields-keyboard-shortcuts';
import './features/one-key-formatting';
import './features/tab-to-indent';
Expand Down

0 comments on commit a38244e

Please sign in to comment.