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 2725515 commit e3c334aCopy full SHA for e3c334a
scripts/pr_check/pr_check.py
@@ -46,4 +46,4 @@ def verify_user_can_trigger_build(
46
validate_pr_target_branch_in_valid_branches(pull, valid_branches)
47
validate_author_pr_is_member_of_org(repo, github, pull)
48
except ValueError as e:
49
- click.echo(f"teamcity[buildStop comment='{str(e)}' readdToQueue='false']")
+ click.echo(f"##teamcity[buildStop comment='{str(e)}' readdToQueue='false']")
version.txt
@@ -1 +1 @@
1
-1.0.4
+1.0.5
0 commit comments