Skip to content

Commit 872264c

Browse files
committed
Add pr number as prefix
1 parent 97a52e5 commit 872264c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"prefix": {
2121
// You may want to choose a prefix that does not collide with others on the test server
22-
"command": ".",
23-
"modCommand": "~"
22+
"command": ".$PR_ID",
23+
"modCommand": "~$PR_ID"
2424
},
2525
"moderatorRoleIds": ["893179190709477413"],
2626

0 commit comments

Comments
 (0)