Skip to content

Move triaging job and polices file to master branch

Lin Jen-Shin requested to merge ee-7023-triage-in-master into master

What and why

Currently we put the .triage-policies.yml in gl-triage branch in CE, which makes it a bit hard to synchronize with EE. We want to run this for EE as well, so moving it to master branch would make it easier to do.

Are there points in the code the reviewer needs to double check?

The downside is that we could clearly see except: variables: - $GL_TRIAGE is all over the places. This doesn't look nice and could easily break, but this is probably the minimal change we could do.

I am not very sure if there's another way around it.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/7023

Merge request reports