From f93471c2877e18376a90fcc34da6714d3d2a348e Mon Sep 17 00:00:00 2001 From: Selis Date: Mon, 9 May 2022 19:18:14 +0200 Subject: [PATCH] TGUI Bundle Update Label It could be very useful for reviewers and developers to already see in the overview if one or multiple PRs are updating the TGUI bundle file at the same time (which could cause merge conflicts). The interface files themselves are easier to be merged compared to this compressed compiled outcome. --- .github/boring-cyborg.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index 8dfea4c815b..9472efeeded 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -32,6 +32,10 @@ labelPRBasedOnFilePath: "Type: .git or .github": - '.github/**' - '.git/**' + + # Contains changes to the TGUI bundle + "Type: TGUI Bundle": + - 'tgui/public/**' ##### Greetings ######################################################################################################## # Comment to be posted to welcome users when they open their first PR @@ -99,4 +103,4 @@ firstIssueWelcomeComment: > # # It helps avoid multiple heads in alembic migrations in a collaborative development project. # - airflow/migrations/* # - airflow/migrations/**/* -# - airflow/alembic.ini \ No newline at end of file +# - airflow/alembic.ini