summaryrefslogtreecommitdiff
path: root/source/github-helpers/selectors.ts
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2023-05-11 05:28:40 +0800
committerGravatar GitHub <noreply@github.com> 2023-05-10 21:28:40 +0000
commit48658675d7bbb3ecd5e3a51df0447b65bb0b1219 (patch)
treed70832506df4326c612f721b1c6c496513db0eac /source/github-helpers/selectors.ts
parent358edc207f72fb01a32c916c28b90839359c662a (diff)
downloadrefined-github-0b79211aa9a9c39b16526ab85bf6ab319f8ae5c1.tar.gz
refined-github-0b79211aa9a9c39b16526ab85bf6ab319f8ae5c1.tar.zst
refined-github-0b79211aa9a9c39b16526ab85bf6ab319f8ae5c1.zip
Improve reliability of `list-prs-for-branch` (#6641)23.5.10
Diffstat (limited to 'source/github-helpers/selectors.ts')
-rw-r--r--source/github-helpers/selectors.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/github-helpers/selectors.ts b/source/github-helpers/selectors.ts
index d52bb04e..24663e43 100644
--- a/source/github-helpers/selectors.ts
+++ b/source/github-helpers/selectors.ts
@@ -15,6 +15,9 @@ export const branchSelector_ = [
'https://github.com/refined-github/sandbox/commits',
];
+export const branchSelectorParent = 'details#branch-select-menu';
+export const branchSelectorParent_ = branchSelector_;
+
export const directoryListingFileIcon = [
// .color-fg-muted selects only files; some icon extensions use `img` tags
'.react-directory-filename-column > :is(svg, img).color-fg-muted',