actions: rename jobs

Do not use default 'triage' job names.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/.github/workflows/conflict.yml b/.github/workflows/conflict.yml
index ff50314..075c092 100644
--- a/.github/workflows/conflict.yml
+++ b/.github/workflows/conflict.yml
@@ -1,9 +1,11 @@
+name: Conflict Finder
+
 on:
   push:
     branches-ignore:
       - '**'
 jobs:
-  triage:
+  conflict:
     runs-on: ubuntu-latest
     steps:
       - uses: mschilde/auto-label-merge-conflicts@master
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index a353066..ca16a80 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -3,7 +3,7 @@
   - pull_request_target
 
 jobs:
-  triage:
+  labeler:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/labeler@v2.1.1