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 55
55
git commit -m "Track Checkmarx CLI binaries with Git LFS"
56
56
57
57
- name : Create Pull Request
58
+ id : cretae_pull_request
58
59
if : steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
59
60
uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
60
61
with :
69
70
[1]: https://github.com/Checkmarx/checkmarx-ast-cli
70
71
labels : cxone
71
72
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