From ec4c2735f1ee90024c08a7a5cf25a52ff057ff8d Mon Sep 17 00:00:00 2001
From: Pedro Beschorner Marin <pedrobmarin@gmail.com>
Date: Sun, 4 Apr 2021 13:39:36 -0300
Subject: [PATCH] Set new labels to templates and workflows

---
 .github/ISSUE_TEMPLATE/core-issue.md         | 2 +-
 .github/ISSUE_TEMPLATE/feature_request.md    | 2 +-
 .github/ISSUE_TEMPLATE/html5-issue.md        | 2 +-
 .github/ISSUE_TEMPLATE/installation-issue.md | 2 +-
 .github/ISSUE_TEMPLATE/recording-issue.md    | 2 +-
 .github/workflows/check-merge-conflict.yml   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/core-issue.md b/.github/ISSUE_TEMPLATE/core-issue.md
index 2c6b73fb4c..0147c8f338 100644
--- a/.github/ISSUE_TEMPLATE/core-issue.md
+++ b/.github/ISSUE_TEMPLATE/core-issue.md
@@ -2,7 +2,7 @@
 name: Server Core Issue
 about: Template for creating an issue with bbb-web, akka-apps, or other server component
 title: ''
-labels: Core
+labels: 'module: core'
 assignees: ''
 
 ---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 8de1035758..9c578c2b94 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,7 +2,7 @@
 name: Feature request
 about: Suggest an idea for this project
 title: ''
-labels: Enhancement
+labels: 'type: enhancement'
 assignees: ''
 
 ---
diff --git a/.github/ISSUE_TEMPLATE/html5-issue.md b/.github/ISSUE_TEMPLATE/html5-issue.md
index 5bd379cb59..d8ba48ba89 100644
--- a/.github/ISSUE_TEMPLATE/html5-issue.md
+++ b/.github/ISSUE_TEMPLATE/html5-issue.md
@@ -2,7 +2,7 @@
 name: HTML5 Issue
 about: Template for creating HTML5 Issue (frontend which you see during a session, not Greenlight).
 title: ''
-labels: HTML5 Client
+labels: 'module: client'
 assignees: ''
 
 ---
diff --git a/.github/ISSUE_TEMPLATE/installation-issue.md b/.github/ISSUE_TEMPLATE/installation-issue.md
index ae0e8e1a33..ea2c4f244a 100644
--- a/.github/ISSUE_TEMPLATE/installation-issue.md
+++ b/.github/ISSUE_TEMPLATE/installation-issue.md
@@ -2,7 +2,7 @@
 name: Installation issue (not a support question)
 about: Template for issues encountered during installation
 title: ''
-labels: Installation
+labels: 'deploy: installation'
 assignees: ''
 
 ---
diff --git a/.github/ISSUE_TEMPLATE/recording-issue.md b/.github/ISSUE_TEMPLATE/recording-issue.md
index 90f43147d5..167201f8a3 100644
--- a/.github/ISSUE_TEMPLATE/recording-issue.md
+++ b/.github/ISSUE_TEMPLATE/recording-issue.md
@@ -2,7 +2,7 @@
 name: Recording Issue
 about: Template for creating a recording issue
 title: ''
-labels: Recording
+labels: 'module: recording'
 assignees: ''
 
 ---
diff --git a/.github/workflows/check-merge-conflict.yml b/.github/workflows/check-merge-conflict.yml
index 09f09c404a..5e62e8886d 100644
--- a/.github/workflows/check-merge-conflict.yml
+++ b/.github/workflows/check-merge-conflict.yml
@@ -13,7 +13,7 @@ jobs:
       - name: Check for dirty pull requests
         uses: eps1lon/actions-label-merge-conflict@releases/2.x
         with:
-          dirtyLabel: has-conflicts
+          dirtyLabel: "status: conflict"
           repoToken: "${{ secrets.GITHUB_TOKEN }}"
           commentOnDirty: |
               This pull request has conflicts ☹
-- 
GitLab