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 163102a commit d0ba842Copy full SHA for d0ba842
.github/workflows/pr-keyword-check.yml
.yamato/_triggers.yml
@@ -47,8 +47,9 @@
47
check_pr_issue_comments_for_trigger_keywords:
48
name: Check PR for trigger comments of ngo or ignore. For example /ci ngo
49
agent:
50
- type: Unity::github::action
51
- action_source: pr-keyword-check.yml
+ type: shell
+ commands:
52
+ - echo "This is a placeholder job. It exists only to gate PR merges based on issue comments"
53
triggers:
54
expression: |-
55
pull_request.comment eq "ngo" OR
0 commit comments