Skip to content

Commit fb698db

Browse files
authored
[LunairaJS] Limit the query to PRs only in the v2 branch (#3246)
1 parent 792d426 commit fb698db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lunaria/components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function TranslationNeedsReview() {
2525
<need-review-element></need-review-element>
2626
<script nonce="abc123">
2727
class NeedReviewElement extends HTMLElement {
28-
url = 'https://api.github.com/repos/tauri-apps/tauri-docs/pulls?state=open&per_page=100';
28+
url = 'https://api.github.com/repos/tauri-apps/tauri-docs/pulls?state=open&per_page=100&base=v2';
2929
constructor() {
3030
super();
3131

0 commit comments

Comments
 (0)