Skip to content

Commit 75b06c7

Browse files
fix: auto-merge workflow trailing space (#295)
Co-authored-by: Sunny-Mor <sunnymor830@gmail.com>
1 parent 0c7ba38 commit 75b06c7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/auto_merge.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ jobs:
140140
MERGE_METHOD: "merge"
141141
MERGE_DELETE_BRANCH: "true"
142142
MERGE_LABELS: "dependencies"
143-
MERGE_REQUIRED_APPROVALS: ""
144-
143+
MERGE_REQUIRED_APPROVALS: ""
145144
automerge:
146145
runs-on: ubuntu-latest
147146
needs: autoapprove
@@ -160,5 +159,4 @@ jobs:
160159
MERGE_DELETE_BRANCH: "true"
161160
MERGE_LABELS: "dependencies, github_actions"
162161
MERGE_REQUIRED_APPROVALS: ""
163-
164162
...

0 commit comments

Comments
 (0)