From 8baf64b6777cbe826b5af1950f0017cb2c3522d1 Mon Sep 17 00:00:00 2001 From: Liis Kivistik Date: Thu, 2 Sep 2021 10:10:48 +0200 Subject: [PATCH] Update pr-commenter to trunk --- .github/pr-commenter.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/pr-commenter.yml b/.github/pr-commenter.yml index eb58856910c..8e46bda3a21 100644 --- a/.github/pr-commenter.yml +++ b/.github/pr-commenter.yml @@ -16,7 +16,7 @@ comment: - TestProjects/HDRP*/**/* body: | **HDRP** - `/.yamato%252Fall-hdrp.yml%2523PR_HDRP_2021.2` + `/.yamato%252Fall-hdrp.yml%2523PR_HDRP_trunk` - id: URP files: - com.unity.render-pipelines.universal/**/* @@ -24,7 +24,7 @@ comment: - TestProjects/Universal*/**/* body: | **URP** - `/.yamato%252Fall-urp.yml%2523PR_URP_2021.2` + `/.yamato%252Fall-urp.yml%2523PR_URP_trunk` - id: ShaderGraph files: - com.unity.shadergraph/**/* @@ -32,10 +32,10 @@ comment: - com.unity.render-pipelines.universal/Editor/ShaderGraph/* body: | **Shader Graph** - `/.yamato%252Fall-shadergraph.yml%2523PR_ShaderGraph_2021.2` + `/.yamato%252Fall-shadergraph.yml%2523PR_ShaderGraph_trunk` Depending on your PR, you may also want - `/.yamato%252Fall-shadergraph_builtin_foundation.yml%2523PR_ShaderGraph_BuiltIn_Foundation_2021.2` - `/.yamato%252Fall-shadergraph_builtin_lighting.yml%2523PR_ShaderGraph_BuiltIn_Lighting_2021.2` + `/.yamato%252Fall-shadergraph_builtin_foundation.yml%2523PR_ShaderGraph_BuiltIn_Foundation_trunk` + `/.yamato%252Fall-shadergraph_builtin_lighting.yml%2523PR_ShaderGraph_BuiltIn_Lighting_trunk` - id: VFX files: - com.unity.visualeffectgraph/**/* @@ -43,12 +43,12 @@ comment: - TestProjects/VisualEffectGraph*/**/* body: | **VFX** - `/.yamato%252Fall-vfx.yml%2523PR_VFX_2021.2` + `/.yamato%252Fall-vfx.yml%2523PR_VFX_trunk` - id: Core files: - com.unity.render-pipelines.core/**/* body: | **SRP Core** You could run ABV on your branch before merging your PR, but it will start A LOT of jobs. Please be responsible about it and run it only when you feel the PR is ready: - `/.yamato%252F_abv.yml%2523all_project_ci_2021.2` + `/.yamato%252F_abv.yml%2523all_project_ci_trunk` Be aware that any modifications to the Core package impacts everyone in the Graphics repo so please discuss the PR with your lead.