diff options
author | 2023-09-27 19:01:56 +0800 | |
---|---|---|
committer | 2023-09-27 19:01:56 +0800 | |
commit | 790025bdd9cf8559c1397e5644e35b366a84ff6c (patch) | |
tree | 08569b95dca2439784c4a2f38fe48886bc17c6c6 /source/refined-github.ts | |
parent | a0db15a58dacd30a80edd075bd646bef02bc1287 (diff) | |
download | refined-github-790025bdd9cf8559c1397e5644e35b366a84ff6c.tar.gz refined-github-790025bdd9cf8559c1397e5644e35b366a84ff6c.tar.zst refined-github-790025bdd9cf8559c1397e5644e35b366a84ff6c.zip |
Add `rgh-pr-template` feature (#6947)
Diffstat (limited to '')
-rw-r--r-- | source/refined-github.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts index f314ee74..2b86817a 100644 --- a/source/refined-github.ts +++ b/source/refined-github.ts @@ -215,3 +215,4 @@ import './features/action-pr-link.js'; import './features/rgh-dim-commits.js'; import './features/mobile-tabs.js'; import './features/repo-header-info.js'; +import './features/rgh-pr-template.js'; |