Skip to content

Commit

Permalink
ci: use conventional commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Apr 17, 2024
1 parent 714cde9 commit af21043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MERGE_MAIN_TO_DEVELOP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
git config user.name '${{ secrets.BPMN_IO_USERNAME }}'
git config user.email '${{ secrets.BPMN_IO_EMAIL }}'
git merge -m 'Merge main to develop' --no-edit origin/main
git merge -m 'chore: merge main to develop' --no-edit origin/main
git push
- name: Notify failure on Slack
Expand Down

0 comments on commit af21043

Please sign in to comment.