1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-20 01:42:47 +02:00
IntelliJ-IdeaVim/.teamcity/_Self/vcsRoots/GitHubPullRequest.kt
2023-04-15 00:00:52 +03:00

13 lines
323 B
Kotlin

package _Self.vcsRoots
import jetbrains.buildServer.configs.kotlin.v2019_2.vcs.GitVcsRoot
object GitHubPullRequest : GitVcsRoot({
name = "IdeaVim Pull Requests"
url = "git@github.com:JetBrains/ideavim.git"
branchSpec = "+:refs/(pull/*)/head"
authMethod = uploadedKey {
uploadedKey = "IdeaVim ssh keys"
}
})