Skip to content

Commit 41df245

Browse files
committed
Dont launch editor for git-commit
1 parent 8baaa9c commit 41df245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "Amend"
4444
git config user.name 'github-actions[bot]'
4545
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
46-
git commit --amend --trailer "Reviewer: David Arthur <mumrah@gmail>"
46+
git commit --amend --no-edit --trailer "Reviewer: David Arthur <mumrah@gmail>"
4747
- name: Setup Python
4848
uses: ./.github/actions/setup-python
4949
- name: Setup Gradle

0 commit comments

Comments
 (0)