File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- { "engineHash" : " 10c68c7 " , "specHash" : " 62fdfd1" , "version" : " 10.0.0" }
1
+ { "engineHash" : " 9334953 " , "specHash" : " 62fdfd1" , "version" : " 10.0.0" }
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- main
6
6
- sdk-gen
7
- - combined-sdk
8
7
9
8
jobs :
10
9
update_pull_requests :
26
25
27
26
- name : Auto update pull requests
28
27
run : |
29
- PR_LIST=$(curl -s -H "Authorization: Bearer ${{ secrets.DISPATCH_ACCESS_TOKEN }}" "https://api.github.com/repos/$GITHUB_REPOSITORY/pulls?state=open&head =${{ github.ref_name }}" | jq -r '.[] | .head.ref')
28
+ PR_LIST=$(curl -s -H "Authorization: Bearer ${{ secrets.DISPATCH_ACCESS_TOKEN }}" "https://api.github.com/repos/$GITHUB_REPOSITORY/pulls?state=open&base =${{ github.ref_name }}" | jq -r '.[] | .head.ref')
30
29
for pr_branch in $PR_LIST; do
31
30
git checkout "$pr_branch"
32
31
if git merge origin/${{ github.ref_name }}; then
You can’t perform that action at this time.
0 commit comments