Skip to content

Commit

Permalink
Drop go-to-action-from-file feature (#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkred committed Aug 2, 2021
1 parent 4af1669 commit b5abd8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ Thanks for contributing! 🦋🙌
- [](# "forked-to") [Adds a shortcut to your forks next to the `Fork` button on the current repo.](https://user-images.githubusercontent.com/55841/64077281-17bbf000-cccf-11e9-9123-092063f65357.png)
- [](# "repo-age") [Displays the age of the repository in the sidebar.](https://user-images.githubusercontent.com/3848317/69494069-7d2b1180-0eb7-11ea-9aa1-d4194e566340.png)
- [](# "show-open-prs-of-forks") [In your forked repos, shows number of your open PRs to the original repo.](https://user-images.githubusercontent.com/1922624/76398271-e0648500-637c-11ea-8210-53dda1be9d51.png)
- [](# "go-to-action-from-file") [Adds a link to access the past runs of a GitHub Action workflow when seeing the workflow configuration file.](https://user-images.githubusercontent.com/1402241/80146153-ab6d6400-85b1-11ea-9f38-e87950692a62.png)
- [](# "clone-branch") [Clone a branch from the branches list.](https://user-images.githubusercontent.com/16872793/76802029-2a020500-67ad-11ea-95dc-bee1b1352976.png)
- [](# "fork-source-link-same-view") [Points the “Forked from user/repository” link to current folder or file in the upstream repository.](https://user-images.githubusercontent.com/1402241/84795784-3722d000-aff8-11ea-9b34-97c01acf4fd4.png)
- [](# "clean-repo-filelist-actions") [Makes some buttons on repository lists more compact to make room for other features.](https://user-images.githubusercontent.com/1402241/108955170-52d48080-7633-11eb-8979-67e0d3a53f16.png)
Expand Down
35 changes: 0 additions & 35 deletions source/features/go-to-action-from-file.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 @@ -162,7 +162,6 @@ import './features/show-open-prs-of-forks';
import './features/clone-branch';
import './features/deep-reblame';
import './features/clear-pr-merge-commit-message';
import './features/go-to-action-from-file';
import './features/action-used-by-link';
import './features/batch-mark-files-as-viewed';
import './features/unwrap-useless-dropdowns';
Expand Down

0 comments on commit b5abd8f

Please sign in to comment.