File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout repo
15
15
uses : actions/checkout@v4
16
16
with :
17
+ fetch-depth : 0
17
18
submodules : true
18
19
- name : pip install
19
20
run : |
@@ -36,15 +37,19 @@ jobs:
36
37
echo "EM_CONFIG=$EM_CONFIG" >> $GITHUB_ENV
37
38
- name : Rebaseline tests
38
39
run : |
39
- ./bootstrap
40
40
git config user.name emscripten-bot
41
41
git config user.email [email protected]
42
+ #echo "TEST" >> README.md
43
+ #git add README.md
44
+ #git checkout -b testing ${{ github.ref_name }}
45
+ #git commit -m "Testing"
46
+ ./bootstrap
42
47
./tools/maint/rebaseline_tests.py
43
48
- name : Create PR
44
49
id : cpr
45
50
run : |
46
- git push origin
47
- gh pr create --fill
51
+ git push origin testing
52
+ gh pr create --fill --base ${{ github.ref_name }}
48
53
env :
49
54
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
55
- name : Enable auto-merge
You can’t perform that action at this time.
0 commit comments