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 131175e commit 4db1f7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
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 on Slack if merge fails
uses: slackapi/slack-github-action@v1.15.0
Expand Down

0 comments on commit 4db1f7e

Please sign in to comment.