File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 5555 git commit -m "Track Checkmarx CLI binaries with Git LFS"
5656
5757 - name : Create Pull Request
58+ id : cretae_pull_request
5859 if : steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
5960 uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
6061 with :
6970 [1]: https://github.com/Checkmarx/checkmarx-ast-cli
7071 labels : cxone
7172 branch : feature/update_cli
73+
74+ - name : Enable Pull Request Automerge
75+ if : ${{ github.event_name == 'repository_dispatch' && steps.cretae_pull_request.outputs.pull-request-operation == 'created' }}
76+ uses : peter-evans/enable-pull-request-automerge@v3
77+ with :
78+ token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
79+ pull-request-number : ${{ steps.cretae_pull_request.outputs.pull-request-number }}
80+ merge-method : squash
You can’t perform that action at this time.
0 commit comments