mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
chore: fix changelog print for author info in github web (#34326)
This commit is contained in:
parent
77960c3f75
commit
92cd76037b
@ -19,7 +19,7 @@ const $ = jQuery(window);
|
||||
|
||||
const QUERY_TITLE = '.gh-header-title .js-issue-title';
|
||||
const QUERY_DESCRIPTION_LINES = '.comment-body table tbody tr';
|
||||
const QUERY_AUTHOR = '.timeline-comment-header-text .author:first';
|
||||
const QUERY_AUTHOR = '.pull-discussion-timeline .TimelineItem:first .author:first';
|
||||
// https://github.com/orgs/ant-design/teams/ant-design-collaborators/members
|
||||
const MAINTAINERS = [
|
||||
'zombiej',
|
||||
|
Loading…
Reference in New Issue
Block a user