diff options
author | 2023-02-05 19:38:56 +0800 | |
---|---|---|
committer | 2023-02-05 19:38:56 +0800 | |
commit | c9f461fe54a24d1b3970399a3f6e9703e2daae51 (patch) | |
tree | d1f7207bbc90301dcfb333f2bffa515f16660116 /source/refined-github.ts | |
parent | b6ed5cbcbbf8cf2a9e56d9df4f402c796d54437f (diff) | |
download | refined-github-115e7786359e68c5a6309da1022931b22962ba99.tar.gz refined-github-115e7786359e68c5a6309da1022931b22962ba99.tar.zst refined-github-115e7786359e68c5a6309da1022931b22962ba99.zip |
Fix `github-actions-indicators` wording and tooltip (#6256)23.2.5
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r-- | source/refined-github.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts index 8122bfb8..844c1762 100644 --- a/source/refined-github.ts +++ b/source/refined-github.ts @@ -176,7 +176,7 @@ import './features/same-page-definition-jump'; import './features/new-repo-disable-projects-and-wikis'; import './features/table-input'; import './features/link-to-github-io'; -import './features/scheduled-and-manual-workflow-indicators'; +import './features/github-actions-indicators'; import './features/convert-pr-to-draft-improvements'; import './features/git-checkout-pr'; import './features/unfinished-comments'; |