Skip to content

Commit 1f779c5

Browse files
committed
Put non-PWG tags first and order them.
1 parent b12a545 commit 1f779c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/labeler.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,13 @@ jobs:
4141
labels = os.environ['labels']
4242
tags = {
4343
"infrastructure": "Infrastructure",
44-
"alice3": "ALICE3",
44+
"scripts": "Scripts",
45+
"tools": "Tools",
4546
"common": "Common",
47+
"trigger": "Trigger",
4648
"dpg": "DPG",
49+
"tutorial": "Tutorial",
50+
"alice3": "ALICE3",
4751
"pwgcf": "PWGCF",
4852
"pwgdq": "PWGDQ",
4953
"pwgem": "PWGEM",
@@ -52,10 +56,6 @@ jobs:
5256
"pwglf": "PWGLF",
5357
"pwgmm": "PWGMM",
5458
"pwgud": "PWGUD",
55-
"scripts": "Scripts",
56-
"tools": "Tools",
57-
"trigger": "Trigger",
58-
"tutorial": "Tutorial",
5959
}
6060
print(f'PR title: "{title}"')
6161
print(f'PR labels: "{labels}"')

0 commit comments

Comments
 (0)