Skip to content

Commit d0ba842

Browse files
committed
Removed gihub action check since we can't trigger it from public repo
1 parent 163102a commit d0ba842

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/pr-keyword-check.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.yamato/_triggers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
check_pr_issue_comments_for_trigger_keywords:
4848
name: Check PR for trigger comments of ngo or ignore. For example /ci ngo
4949
agent:
50-
type: Unity::github::action
51-
action_source: pr-keyword-check.yml
50+
type: shell
51+
commands:
52+
- echo "This is a placeholder job. It exists only to gate PR merges based on issue comments"
5253
triggers:
5354
expression: |-
5455
pull_request.comment eq "ngo" OR

0 commit comments

Comments
 (0)