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 843b907 commit f8280eaCopy full SHA for f8280ea
.teamcity/settings.kts
@@ -99,6 +99,8 @@ pullRequests {
99
vcs {
100
watchChangesInDependencies = true
101
branchFilter = "+:develop/2023.2"
102
+ quietPeriodMode = VcsTrigger.QuietPeriodMode.USE_CUSTOM
103
+ quietPeriod = 7200
104
// Build will not trigger automatically if the commit message contains comment value.
105
triggerRules = "-:comment=<<VERSION_BUMP>>|<<DEPENDENCIES_UPDATED>>:**"
106
}
0 commit comments