1111# - roadmap
1212# ---------------------------------------------------------------------------------------
1313
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 }}"
1616
1717# ---------------------------------------------------------------------------------------
1818# triggers
5050 ASSIGN_USER : Aetherinox
5151 BOT_NAME_1 : AdminServ
5252 BOT_NAME_2 : AdminServX
53+ BOT_NAME_3 : EuropaServ
5354 BOT_NAME_DEPENDABOT : dependabot[bot]
5455
5556 LABELS_JSON : |
7879 steps :
7980
8081 - name : " ✅ Start"
81- run : |
82+ run : |
8283 echo "Assigning labels and assignees"
8384
8485 - name : " ☑️ Checkout"
8990 # ---------------------------------------------------------------------------------------
9091 # Check if repo has labels currently added to issues
9192 # ---------------------------------------------------------------------------------------
92-
93+
9394 - name : 🏷️ Verify Existing Labels
9495 uses : actions/github-script@v7
9596 with :
@@ -157,7 +158,7 @@ jobs:
157158 core.info( `Setting env issue title: ${ iss_title }` )
158159
159160 console.log( "\n\n" )
160-
161+
161162
162163 # ---------------------------------------------------------------------------------------
163164 # Label > Bug
@@ -239,7 +240,7 @@ jobs:
239240
240241 /*
241242 - 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
243244 */
244245
245246 if ( iss_title_lc.startsWith( bug_tag.toLowerCase( ) ) || bIncWordT || bFoundMatchTitle || bFoundMatchBody )
@@ -252,7 +253,7 @@ jobs:
252253 console.log( "Already starts with " + road_tag + " ..... " + iss_title_lc.startsWith( road_tag.toLowerCase( ) ) )
253254
254255 add_labels.push( `${ bug_lbl }` );
255-
256+
256257 console.log( `Adding Tag ....................... ${ bug_lbl }` )
257258 console.log( "\n" )
258259
@@ -285,7 +286,7 @@ jobs:
285286
286287 core.setOutput( 'issue_title', iss_title )
287288 console.log( "\n\n" )
288-
289+
289290 # ---------------------------------------------------------------------------------------
290291 # Label > FEATURE
291292 # ---------------------------------------------------------------------------------------
@@ -365,7 +366,7 @@ jobs:
365366
366367 /*
367368 - 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
369370 */
370371
371372 // change TAG per category
@@ -494,7 +495,7 @@ jobs:
494495
495496 /*
496497 - 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
498499 */
499500
500501 // change TAG per category
@@ -625,7 +626,7 @@ jobs:
625626
626627 /*
627628 - 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
629630 */
630631
631632 // change TAG per category
@@ -691,7 +692,7 @@ jobs:
691692 environment :
692693 name : Orion
693694 steps :
694-
695+
695696 # ---------------------------------------------------------------------------------------
696697 # checkout
697698 # ---------------------------------------------------------------------------------------
@@ -757,8 +758,7 @@ jobs:
757758 let HE_message =
758759 `
759760 💡 It appears you might need help, please check the resources below for documentation that might assist with your issue:
760- - [Gistr Documentation](https://aetherinox.github.io/obsidian-gistr)
761- - [Obsidian Documentation](https://help.obsidian.md/Home)
761+ - [Snippet Bundle Documentation](https://aetherinox.github.io/obsidian-dataview-snippets)
762762
763763 ---
764764
@@ -779,7 +779,7 @@ jobs:
779779 message.push ( HE_message );
780780 bHasMessage = true;
781781 }
782-
782+
783783 /*
784784 Bot has message to send
785785 */
@@ -836,4 +836,3 @@ jobs:
836836 core.setFailed( error.message );
837837 }
838838 }
839-
0 commit comments