We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12a545 commit 1f779c5Copy full SHA for 1f779c5
1 file changed
.github/workflows/labeler.yml
@@ -41,9 +41,13 @@ jobs:
41
labels = os.environ['labels']
42
tags = {
43
"infrastructure": "Infrastructure",
44
- "alice3": "ALICE3",
+ "scripts": "Scripts",
45
+ "tools": "Tools",
46
"common": "Common",
47
+ "trigger": "Trigger",
48
"dpg": "DPG",
49
+ "tutorial": "Tutorial",
50
+ "alice3": "ALICE3",
51
"pwgcf": "PWGCF",
52
"pwgdq": "PWGDQ",
53
"pwgem": "PWGEM",
@@ -52,10 +56,6 @@ jobs:
56
"pwglf": "PWGLF",
57
"pwgmm": "PWGMM",
54
58
"pwgud": "PWGUD",
55
- "scripts": "Scripts",
- "tools": "Tools",
- "trigger": "Trigger",
- "tutorial": "Tutorial",
59
}
60
print(f'PR title: "{title}"')
61
print(f'PR labels: "{labels}"')
0 commit comments