laglangyue commented on issue #885: URL: https://github.com/apache/incubator-pekko/issues/885#issuecomment-1870013971
 then add vcs.xml ```xml <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git"/> </component> <component name="IssueNavigationConfiguration"> <option name="links"> <list> <IssueNavigationLink> <option name="issueRegexp" value="#(\d+)"/> <option name="linkRegexp" value="https://github.com/apache/seatunnel/pull/$1"/> </IssueNavigationLink> </list> </option> </component> </project> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
