Skip to content

Commit 8adde20

Browse files
committed
[TEST] Move script location to be consistent
This PR migrates the script location into the test folder.
1 parent ab5bc02 commit 8adde20

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.asf.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,19 @@ github:
3737
# enable squash button:
3838
squash: true
3939
# default commit message when merging with a squash commit
40+
# can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | PR_TITLE_AND_DESC
4041
squash_commit_message: DEFAULT
4142
# enable merge button:
4243
merge: false
44+
# default commit message when merging with a merge commit
45+
# can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC
46+
merge_commit_message: DEFAULT
4347
# disable rebase button:
4448
rebase: false
4549

4650
notifications:
4751
4852
53+
pullrequests: [email protected]
54+
55+
discussions: [email protected]
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
-
3737
3838
"""
39-
import os
4039
import time
4140

4241
import numpy as np

0 commit comments

Comments
 (0)