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 6868 - name : Clean up the database
6969 run : docker compose down --volumes
7070
71- create-pull-request :
72- if : ${{ github.event.pull_request.merged }}
73- needs : commit-sqlx-changes
74- runs-on : ubuntu-latest
75- steps :
7671 - name : Open pull request
77- if : ${{ needs.commit-sqlx-changes .outputs.need_pr == '1' }}
72+ if : ${{ steps.sqlx_check .outputs.need_pr == '1' }}
7873 uses : peter-evans/create-pull-request@v7
7974 with :
8075 commit-message : Update SQLX files
8378 signoff : false
8479 delete-branch : true
8580 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
8782 body : |
8883 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