11
11
# - roadmap
12
12
# ---------------------------------------------------------------------------------------
13
13
14
- name : " 🎫 Issue › New › Assignment "
15
- run-name : " 🎫 Issue › New › Assignment - ${{ github.event.issue.number }}: ${{ github.event.issue.title }}"
14
+ name : " 🎫 Issue › New"
15
+ run-name : " 🎫 Issue › New › ${{ github.event.issue.number }}: ${{ github.event.issue.title }}"
16
16
17
17
# ---------------------------------------------------------------------------------------
18
18
# triggers
50
50
ASSIGN_USER : Aetherinox
51
51
BOT_NAME_1 : AdminServ
52
52
BOT_NAME_2 : AdminServX
53
+ BOT_NAME_3 : EuropaServ
53
54
BOT_NAME_DEPENDABOT : dependabot[bot]
54
55
55
56
LABELS_JSON : |
78
79
steps :
79
80
80
81
- name : " ✅ Start"
81
- run : |
82
+ run : |
82
83
echo "Assigning labels and assignees"
83
84
84
85
- name : " ☑️ Checkout"
89
90
# ---------------------------------------------------------------------------------------
90
91
# Check if repo has labels currently added to issues
91
92
# ---------------------------------------------------------------------------------------
92
-
93
+
93
94
- name : 🏷️ Verify Existing Labels
94
95
uses : actions/github-script@v7
95
96
with :
@@ -157,7 +158,7 @@ jobs:
157
158
core.info( `Setting env issue title: ${ iss_title }` )
158
159
159
160
console.log( "\n\n" )
160
-
161
+
161
162
162
163
# ---------------------------------------------------------------------------------------
163
164
# Label > Bug
@@ -239,7 +240,7 @@ jobs:
239
240
240
241
/*
241
242
- Check if issue title matches the issue label "Bug:"
242
- - Check if title contains word in words
243
+ - Check if title contains word in words
243
244
*/
244
245
245
246
if ( iss_title_lc.startsWith( bug_tag.toLowerCase( ) ) || bIncWordT || bFoundMatchTitle || bFoundMatchBody )
@@ -252,7 +253,7 @@ jobs:
252
253
console.log( "Already starts with " + road_tag + " ..... " + iss_title_lc.startsWith( road_tag.toLowerCase( ) ) )
253
254
254
255
add_labels.push( `${ bug_lbl }` );
255
-
256
+
256
257
console.log( `Adding Tag ....................... ${ bug_lbl }` )
257
258
console.log( "\n" )
258
259
@@ -285,7 +286,7 @@ jobs:
285
286
286
287
core.setOutput( 'issue_title', iss_title )
287
288
console.log( "\n\n" )
288
-
289
+
289
290
# ---------------------------------------------------------------------------------------
290
291
# Label > FEATURE
291
292
# ---------------------------------------------------------------------------------------
@@ -365,7 +366,7 @@ jobs:
365
366
366
367
/*
367
368
- Check if issue title matches the issue label "Feature:"
368
- - Check if title contains word in words
369
+ - Check if title contains word in words
369
370
*/
370
371
371
372
// change TAG per category
@@ -494,7 +495,7 @@ jobs:
494
495
495
496
/*
496
497
- Check if issue title matches the issue label "Urgent:"
497
- - Check if title contains word in words
498
+ - Check if title contains word in words
498
499
*/
499
500
500
501
// change TAG per category
@@ -625,7 +626,7 @@ jobs:
625
626
626
627
/*
627
628
- Check if issue title matches the issue label "Roadmap:"
628
- - Check if title contains word in words
629
+ - Check if title contains word in words
629
630
*/
630
631
631
632
// change TAG per category
@@ -691,7 +692,7 @@ jobs:
691
692
environment :
692
693
name : Orion
693
694
steps :
694
-
695
+
695
696
# ---------------------------------------------------------------------------------------
696
697
# checkout
697
698
# ---------------------------------------------------------------------------------------
@@ -778,7 +779,7 @@ jobs:
778
779
message.push ( HE_message );
779
780
bHasMessage = true;
780
781
}
781
-
782
+
782
783
/*
783
784
Bot has message to send
784
785
*/
@@ -835,4 +836,3 @@ jobs:
835
836
core.setFailed( error.message );
836
837
}
837
838
}
838
-
0 commit comments