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 a48ecc7 commit 61be460Copy full SHA for 61be460
index.ts
@@ -149,7 +149,7 @@ addTests('isLabelList', [
149
150
export const isMilestone = (url: URL | HTMLAnchorElement | Location = location): boolean => /^milestone\/\d+/.test(getRepo(url)?.path!);
151
addTests('isMilestone', [
152
- 'https://github.com/sindresorhus/refined-github/milestone/12',
+ 'https://github.com/kubernetes/kubernetes/milestone/56',
153
]);
154
155
export const isMilestoneList = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'milestones';
0 commit comments