We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3412335 commit e1fb36cCopy full SHA for e1fb36c
src/pages/editor/index.astro
@@ -19,7 +19,7 @@ const totalWords = {
19
count: newWords.count + editedWords.count,
20
url: buildStatsUrl(
21
PROJECT_REPO_DETAILS.repoFullname,
22
- `(label:"${LABELS.EDIT_WORD}" OR label:"${LABELS.NEW_WORD}") is:pr is:closed is:merged author:@me`
+ `label:"${LABELS.VIA_EDITOR}" is:pr is:closed is:merged author:@me`
23
)
24
}
25
---
0 commit comments