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 44 branches :
55 - main
66 - sdk-gen
7- - combined-sdk
87
98jobs :
109 update_pull_requests :
2625
2726 - name : Auto update pull requests
2827 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')
3029 for pr_branch in $PR_LIST; do
3130 git checkout "$pr_branch"
3231 if git merge origin/${{ github.ref_name }}; then
You can’t perform that action at this time.
0 commit comments