
1 changed files with 116 additions and 0 deletions
@ -0,0 +1,116 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<dictionary> |
|||
<item> |
|||
<key> |
|||
<string>BuildServer.AppVeyor.AppVeyorDisplayGitHubPullRequests</string> |
|||
</key> |
|||
<value> |
|||
<string>false</string> |
|||
</value> |
|||
</item> |
|||
<item> |
|||
<key> |
|||
<string>BuildServer.AppVeyor.AppVeyorLoadTestsResults</string> |
|||
</key> |
|||
<value> |
|||
<string>false</string> |
|||
</value> |
|||
</item> |
|||
<item> |
|||
<key> |
|||
<string>BuildServer.AppVeyor.AppVeyorProjectName</string> |
|||
</key> |
|||
<value> |
|||
<string>drewnoakes/icsharpcode-texteditor</string> |
|||
</value> |
|||
</item> |
|||
<item> |
|||
<key> |
|||
<string>BuildServer.EnableIntegration</string> |
|||
</key> |
|||
<value> |
|||
<string>true</string> |
|||
</value> |
|||
</item> |
|||
<item> |
|||
<key> |
|||
<string>BuildServer.Type</string> |
|||
</key> |
|||
<value> |
|||
<string>AppVeyor</string> |
|||
</value> |
|||
</item> |
|||
<item> |
|||
<key> |
|||
<string>dictionary</string> |
|||
</key> |
|||
<value> |
|||
<string>en-US</string> |
|||
</value> |
|||
</item> |
|||
<item> |
|||
<key> |
|||
<string>RevisionLinkDefs</string> |
|||
</key> |
|||
<value> |
|||
<string><?xml version="1.0" encoding="utf-16"?> |
|||
<ArrayOfGitExtLinkDef> |
|||
<GitExtLinkDef> |
|||
<Enabled>true</Enabled> |
|||
<LinkFormats> |
|||
<GitExtLinkFormat> |
|||
<Caption>View on GitHub</Caption> |
|||
<Format>https://github.com/gitextensions/ICSharpCode.TextEditor/commit/%COMMIT_HASH%</Format> |
|||
</GitExtLinkFormat> |
|||
</LinkFormats> |
|||
<Name>GitHub - commit</Name> |
|||
<NestedSearchPattern /> |
|||
<RemoteSearchInParts /> |
|||
<SearchInParts> |
|||
<RevisionPart>Message</RevisionPart> |
|||
</SearchInParts> |
|||
<SearchPattern>.*</SearchPattern> |
|||
<UseOnlyFirstRemote>false</UseOnlyFirstRemote> |
|||
</GitExtLinkDef> |
|||
<GitExtLinkDef> |
|||
<Enabled>true</Enabled> |
|||
<LinkFormats> |
|||
<GitExtLinkFormat> |
|||
<Caption>Issue {0}</Caption> |
|||
<Format>https://github.com/gitextensions/ICSharpCode.TextEditor/issues/{0}</Format> |
|||
</GitExtLinkFormat> |
|||
</LinkFormats> |
|||
<Name>GitHub - issues</Name> |
|||
<NestedSearchPattern>\d+</NestedSearchPattern> |
|||
<RemoteSearchInParts /> |
|||
<SearchInParts> |
|||
<RevisionPart>Message</RevisionPart> |
|||
<RevisionPart>LocalBranches</RevisionPart> |
|||
<RevisionPart>RemoteBranches</RevisionPart> |
|||
</SearchInParts> |
|||
<SearchPattern>(?i)(?&lt;!pull request |pr[ _]?)(#|(((feat(ure)?)|fix)[/_-]))\d+</SearchPattern> |
|||
<UseOnlyFirstRemote>false</UseOnlyFirstRemote> |
|||
</GitExtLinkDef> |
|||
<GitExtLinkDef> |
|||
<Enabled>true</Enabled> |
|||
<LinkFormats> |
|||
<GitExtLinkFormat> |
|||
<Caption>PR {0}</Caption> |
|||
<Format>https://github.com/gitextensions/ICSharpCode.TextEditor/pull/{0}</Format> |
|||
</GitExtLinkFormat> |
|||
</LinkFormats> |
|||
<Name>GitHub - PR</Name> |
|||
<NestedSearchPattern>\d+</NestedSearchPattern> |
|||
<RemoteSearchInParts /> |
|||
<SearchInParts> |
|||
<RevisionPart>Message</RevisionPart> |
|||
<RevisionPart>LocalBranches</RevisionPart> |
|||
<RevisionPart>RemoteBranches</RevisionPart> |
|||
</SearchInParts> |
|||
<SearchPattern>(?i)(pull request |pr[ _]?)#?\d+</SearchPattern> |
|||
<UseOnlyFirstRemote>false</UseOnlyFirstRemote> |
|||
</GitExtLinkDef> |
|||
</ArrayOfGitExtLinkDef></string> |
|||
</value> |
|||
</item> |
|||
</dictionary> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue