Skip to content

Commit e1fb36c

Browse files
committed
fix(editor): update contribution stats URL to filter by editor label
1 parent 3412335 commit e1fb36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/editor/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const totalWords = {
1919
count: newWords.count + editedWords.count,
2020
url: buildStatsUrl(
2121
PROJECT_REPO_DETAILS.repoFullname,
22-
`(label:"${LABELS.EDIT_WORD}" OR label:"${LABELS.NEW_WORD}") is:pr is:closed is:merged author:@me`
22+
`label:"${LABELS.VIA_EDITOR}" is:pr is:closed is:merged author:@me`
2323
)
2424
}
2525
---

0 commit comments

Comments
 (0)