File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 68
68
- name : Clean up the database
69
69
run : docker compose down --volumes
70
70
71
- create-pull-request :
72
- if : ${{ github.event.pull_request.merged }}
73
- needs : commit-sqlx-changes
74
- runs-on : ubuntu-latest
75
- steps :
76
71
- name : Open pull request
77
- if : ${{ needs.commit-sqlx-changes .outputs.need_pr == '1' }}
72
+ if : ${{ steps.sqlx_check .outputs.need_pr == '1' }}
78
73
uses : peter-evans/create-pull-request@v7
79
74
with :
80
75
commit-message : Update SQLX files
83
78
signoff : false
84
79
delete-branch : true
85
80
branch : update-sqlx-pr-${{ github.event.pull_request.number }}
86
- title : Update SQLX files after # ${{ github.event.pull_request.number }} changes
81
+ title : Update SQLX files after \ #${{ github.event.pull_request.number }} changes
87
82
body : |
88
83
Following #${{ github.event.pull_request.number }} changes, here are the related SQLX files changes.
You can’t perform that action at this time.
0 commit comments