X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=b3e0222dc09ce4264b5cc0f4d8ab8765e563ecf3;hb=c08bbada6e92c88817f2f591285347f9a7b4a732;hp=d5cc05b71c2cb7aa45b7a66bbada1812d2b86c6f;hpb=f5f1642b7c7c7b7fb6e0edf590914ca4b5b276b0;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index d5cc05b7..b3e0222d 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -311,6 +311,25 @@ recursive: '{submodule-recursive}' choosing-strategy: '{choosing-strategy}' +############ +# TRIGGERS # +############ + +- trigger: + name: lf-infra-github-pr-trigger + triggers: + - github-pull-request: + trigger-phrase: '{trigger-phrase}' + only-trigger-phrase: '{only-trigger-phrase}' + status-context: '{status-context}' + permit-all: '{permit-all}' + github-hooks: '{github-hooks}' + auto-close-on-fail: false + org-list: + - '{github-org}' + white-list: '{obj:github_pr_whitelist}' + admin-list: '{obj:github_pr_admin_list}' + ############ # WRAPPERS # ############